From c1c292327b63dc6dd3b25062f026198068b97f67 Mon Sep 17 00:00:00 2001 From: Yonggang Luo Date: Mon, 9 Aug 2021 19:04:12 +0800 Subject: [PATCH] Always enable ENABLE_AMALGAM --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3292ebd508..24fd60ac98 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -62,7 +62,7 @@ set(DOCTESTS OFF CACHE BOOL "Build doc tests?") # Optional build settings set(BUILD_SHARED_LIBS OFF CACHE BOOL "Build shared libraries?") -set(ENABLE_AMALGAM OFF CACHE BOOL "Enable amalgamated build?") +set(ENABLE_AMALGAM ON CACHE BOOL "Enable amalgamated build?") set(ENABLE_LTO ON CACHE BOOL "Enable LTO build?") set(ENABLE_STRIP ON CACHE BOOL "Enable stripping all symbols from release binary?") set(ENABLE_COMPILE_COMMANDS ON CACHE BOOL "Enable generating compile_commands.json?")