[CMake] question on linux release builds

Mark Wyszomierski markww at gmail.com
Tue Dec 18 10:05:32 EST 2007


Hi,

Sorry if this is a duplicate message, forgot I wasn't subscribed to the list.

When we create a linux build, and set the compile flag to 'release',
no optimizations are actually performed, right? We need to pass that
flag to 'make', right, something like:

     > make -O2

otherwise, there's really no difference between that and a debug
compilation, right? )other than different target libraries you specify
in the CMake.txt file yourself)

Thanks,
Mark


More information about the CMake mailing list