Skip to content

Commit 6f87ab8

Browse files
committed
removing tmp debug flag
1 parent 2220aa8 commit 6f87ab8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ if( NOT CMAKE_CONFIGURATION_TYPES )
2323
set( CMAKE_BUILD_TYPE Release CACHE STRING "Choose the type of build, options are: None Debug Release RelWithDebInfo MinSizeRel." )
2424
endif()
2525

26-
set(CMAKE_CXX_FLAGS_DEBUG "-DDEBUG -DTMP_DEBUG ${CMAKE_CXX_FLAGS_DEBUG}")
27-
# set(CMAKE_CXX_FLAGS_DEBUG "-DDEBUG ${CMAKE_CXX_FLAGS_DEBUG}")
26+
#set(CMAKE_CXX_FLAGS_DEBUG "-DDEBUG -DTMP_DEBUG ${CMAKE_CXX_FLAGS_DEBUG}")
27+
set(CMAKE_CXX_FLAGS_DEBUG "-DDEBUG ${CMAKE_CXX_FLAGS_DEBUG}")
2828

2929
if( DEFINED HOST_TOOLCHAIN_FILE )
3030
endif( )

0 commit comments

Comments
 (0)