Hello,<br><br>How can one define C++ compiler flags which are used ONLY at compile time? Traditional LDFLAGS appear to clearly map to CMAKE_xxx_LINKER_FLAGS, however CMAKE_CXX_FLAGS work differently from what I would like - they are passed to both the compiler and the linker.<br>
<br>Cheers,<br>-- <br>MS<br><br>