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
_______________________________________________
CMake mailing list
[email protected]
http://www.cmake.org/mailman/listinfo/cmake