Hello!

I'm currently porting to a new platform (Fujitsu LX16 Microcontrollers) and i found following flag-variables:

CMAKE_C_FLAGS_INIT
CMAKE_C_FLAGS_DEBUG_INIT
CMAKE_C_FLAGS_MINSIZEREL_INIT
CMAKE_C_FLAGS_RELWITHDEBINFO_INIT

But in the Modules which are shipped with CMake i only found

CMAKE_EXE_LINKER_FLAGS_INIT

as flag variable for the linker.

Are

CMAKE_EXE_LINKER_FLAGS_DEBUG_INIT
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL_INIT
... etc.

also possible and working?

Another question:

Are there any Init-flag-variables for static libraries too?

Cheers,
Matthias.




_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to