Added back default debug/release specific flags
This commit is contained in:
parent
58deaa6b29
commit
e21211f3f6
@ -16,8 +16,8 @@ if (WIN32)
|
||||
SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -static-libstdc++ -static-libgcc -static")
|
||||
endif (WIN32)
|
||||
|
||||
SET(CMAKE_CXX_FLAGS_RELEASE -DRELEASE)
|
||||
SET(CMAKE_CXX_FLAGS_DEBUG -DDEBUG)
|
||||
SET(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} -DRELEASE")
|
||||
SET(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -DDEBUG")
|
||||
|
||||
add_executable(ImHex
|
||||
source/main.cpp
|
||||
|
Loading…
x
Reference in New Issue
Block a user