From 8742dc852c82ef40003a22a8e0a764616d8beed1 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Wed, 1 Mar 2017 21:52:38 -0800 Subject: [all] Build all release builds with -Os --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 90f5bf7e1c..123158e2eb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -66,6 +66,7 @@ if(APPLE) # -Wno-error=unused-command-line-argument is required due to https://llvm.org/bugs/show_bug.cgi?id=7798 set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-error=unused-command-line-argument") endif() +set(CMAKE_CXX_FLAGS_RELEASE "-Os -DNDEBUG") if(CMAKE_COMPILER_IS_GNUCXX) # https://svn.boost.org/trac/boost/ticket/9240 -- cgit v1.2.1