From e274e12f828710f8f67cb5c057f5a84cc266326e Mon Sep 17 00:00:00 2001 From: "J.A. de Jong - Redu-Sone B.V., ASCEE V.O.F" Date: Tue, 18 Oct 2022 22:31:25 +0200 Subject: [PATCH] Added ARMA_NO_DEBUG flag for release mode --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) 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