Revision: 69410 http://sourceforge.net/p/brlcad/code/69410 Author: starseeker Date: 2017-02-08 17:14:57 +0000 (Wed, 08 Feb 2017) Log Message: ----------- Keith found the key missing bit - need the Zi flag for breakpoints in source code in VS to work.
Modified Paths: -------------- brlcad/trunk/src/external/CREO/CMakeLists.txt Modified: brlcad/trunk/src/external/CREO/CMakeLists.txt =================================================================== --- brlcad/trunk/src/external/CREO/CMakeLists.txt 2017-02-08 16:35:48 UTC (rev 69409) +++ brlcad/trunk/src/external/CREO/CMakeLists.txt 2017-02-08 17:14:57 UTC (rev 69410) @@ -207,6 +207,7 @@ # BRL-CAD definitions set(BRLCAD_DEFS "-DHAVE_CONFIG_H -DBRLCAD_DLL -DBRLCADBUILD -DBU_DLL_IMPORTS -DBN_DLL_IMPORTS") +# TODO - Need Zi in these flags for debugging set(CMAKE_C_FLAGS "-c -GS -fp:precise /MT ${CREO_DEFS} ${BRLCAD_DEFS}") set(CMAKE_CXX_FLAGS "${CMAKE_C_FLAGS}") set(CMAKE_SHARED_LINKER_FLAGS "/subsystem:console /debug:none /machine:amd64") This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org! http://sdm.link/slashdot _______________________________________________ BRL-CAD Source Commits mailing list brlcad-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/brlcad-commits