Ericsson / clang

Cross Translation Unit analysis capability for Clang Static Analyzer. (Fork of official clang at http://llvm.org/git/clang)
http://clang.llvm.org/
Other
15 stars 10 forks source link

Option to be able to turn off revision include generation. #483

Closed vodorok closed 6 years ago

vodorok commented 6 years ago

The added NO_REV_GEN preprocessor define disables revision generation in Version.cpp When defined a cmake message is also emit to indicate that no revision info is being generated. This option ensures that no SVNVersion.inc file is generated by the build process. This is also a proposal to improve compilation time when ccache is being used during an incremental development.

Usage: Pass -DNO_REV_GEN to cmake.