[llvm-dev] Safety of changing values of variables by editing CMakeCache.txt Vs supplying them through the command line (original) (raw)
Sanjay Srivallabh Singapuram via llvm-dev llvm-dev at lists.llvm.org
Tue Aug 8 10:32:34 PDT 2017
- Previous message: [llvm-dev] [ScalarEvolution][SCEV] no-wrap flags dependent on order of getSCEV() calls
- Next message: [llvm-dev] Safety of changing values of variables by editing CMakeCache.txt Vs supplying them through the command line
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hello,
I'm working on a project involving LLVM and keep shifting between the Debug and Release build by assigning different values to CMAKE_BUILD_TYPE in /CMakeCache.txt and then building it.
I wanted to know if this was a safe alternative to re-configuring the build after removing /CMakeFiles/ and /CMakeCache.txt.
Thanks, Sanjay -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170808/3016d033/attachment.html>
- Previous message: [llvm-dev] [ScalarEvolution][SCEV] no-wrap flags dependent on order of getSCEV() calls
- Next message: [llvm-dev] Safety of changing values of variables by editing CMakeCache.txt Vs supplying them through the command line
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]