podusowski / pake

Friendly C++ build system which doesn't follow trends
2 stars 1 forks source link

compiler commands generation #1

Open podusowski opened 9 years ago

podusowski commented 9 years ago

Tools like https://github.com/drothlis/clang-ctags and other cool clang stuff (http://clang.llvm.org/docs/HowToSetupToolingForLLVM.html) uses compiler command generated in form of json to retrieve eg. compiler flags used in project. Pake should generate this json as well.