avast / retdec

RetDec is a retargetable machine-code decompiler based on LLVM.

Home Page:https://retdec.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to disable only one or two subprojects?

catap opened this issue · comments

By default retdec if building everything and it is fine. I see that I may to make a explicit set of subproject which I would like to build.

Anyway, I can't figure out how can I disable only few of them.

Currently you can't.

  • You either build everything;
  • or you enable only what you want - it will transitively enable what is needed and disable everything else.

You may do a PR with the functionality if you wish.