Added ARMA_NO_DEBUG flag for release mode

This commit is contained in:
Anne de Jong 2022-10-18 22:31:25 +02:00
parent d0854ae84b
commit e274e12f82
1 changed files with 1 additions and 0 deletions

View File

@ -57,6 +57,7 @@ if(${CMAKE_BUILD_TYPE} STREQUAL "Debug")
else()
set(LASP_DEBUG False)
add_definitions(-DARMA_NO_DEBUG)
endif()
# Tune for current machine