(original) (raw)

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