File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ INCLUDE(CheckIncludeFiles)
66INCLUDE (CheckLibraryExists )
77
88# Add custom SemiDebug build mode
9- set (CMAKE_CXX_FLAGS_SEMIDEBUG "-O1 -g -Wall -Wabi " CACHE STRING
9+ set (CMAKE_CXX_FLAGS_SEMIDEBUG "-O1 -g -Wall" CACHE STRING
1010 "Flags used by the C++ compiler during semidebug builds."
1111 FORCE
1212)
@@ -731,8 +731,8 @@ else()
731731 set (CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} ${MATH_FLAGS} " )
732732 endif ()
733733 endif (CMAKE_SYSTEM_NAME MATCHES "(Darwin|BSD|DragonFly)" )
734- set (CMAKE_CXX_FLAGS_SEMIDEBUG "-g -O1 -Wall -Wabi ${WARNING_FLAGS} ${OTHER_FLAGS} " )
735- set (CMAKE_CXX_FLAGS_DEBUG "-g -O0 -Wall -Wabi ${WARNING_FLAGS} ${OTHER_FLAGS} " )
734+ set (CMAKE_CXX_FLAGS_SEMIDEBUG "-g -O1 -Wall ${WARNING_FLAGS} ${OTHER_FLAGS} " )
735+ set (CMAKE_CXX_FLAGS_DEBUG "-g -O0 -Wall ${WARNING_FLAGS} ${OTHER_FLAGS} " )
736736
737737 if (USE_GPROF)
738738 set (CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -pg" )
You can’t perform that action at this time.
0 commit comments