Added ARMA_NO_DEBUG flag for release mode
This commit is contained in:
parent
d0854ae84b
commit
e274e12f82
@ -57,6 +57,7 @@ if(${CMAKE_BUILD_TYPE} STREQUAL "Debug")
|
|||||||
|
|
||||||
else()
|
else()
|
||||||
set(LASP_DEBUG False)
|
set(LASP_DEBUG False)
|
||||||
|
add_definitions(-DARMA_NO_DEBUG)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# Tune for current machine
|
# Tune for current machine
|
||||||
|
Loading…
Reference in New Issue
Block a user