File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ INCLUDE(CheckIncludeFiles)
6
6
INCLUDE (CheckLibraryExists)
7
7
8
8
# 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
10
10
"Flags used by the C++ compiler during semidebug builds."
11
11
FORCE
12
12
)
@@ -731,8 +731,8 @@ else()
731
731
set (CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} ${MATH_FLAGS} " )
732
732
endif ()
733
733
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} " )
736
736
737
737
if (USE_GPROF)
738
738
set (CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -pg" )
You can’t perform that action at this time.
0 commit comments