1
0
Fork 0
mirror of https://github.com/gwm17/catima.git synced 2025-02-23 04:38:50 -05:00

release build

This commit is contained in:
hrocho 2017-12-11 18:01:39 +01:00
parent 39a90fdc38
commit c13de91c04

View File

@ -11,9 +11,9 @@ option(THIN_TARGET_APPROXIMATION "thin target approximation" ON)
option(DOCS "build documentation (requires doxygen)" OFF)
######## build type ############
#set(CMAKE_BUILD_TYPE Release)
set(CMAKE_BUILD_TYPE Debug)
set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -g")
set(CMAKE_BUILD_TYPE Release)
#set(CMAKE_BUILD_TYPE Debug)
#set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -g")
################################
######### compiler flags ###########