diff --git a/CMakeLists.txt b/CMakeLists.txt index fe8ac52..a9e339e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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