[CMake] Convert unix c++ compiler flags to windows compiler flags?

motes motes mort.motes at gmail.com
Thu Jun 4 17:51:03 EDT 2009


I have these compiler flags in a CMakeList.txt file for some linux code:

SET(CMAKE_CXX_FLAGS
"${CMAKE_CXX_FLAGS} -w -lX11 -Dcimg_use_xshm -lXext -Dcimg_use_xrandr
-lXrandr
 -O3 -fpermissive -march=nocona -m64 -ffast-math -funroll-loops
-finline-functions")


Any ideas on who I convert those to windows (Visual Studio 2008) flags?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20090604/96d5654b/attachment.htm>


More information about the CMake mailing list