From 2bde205a20fd2c03e3719d0ca13327fff8e3bc94 Mon Sep 17 00:00:00 2001 From: Leonardo de Moura Date: Sat, 24 Aug 2019 11:58:38 -0700 Subject: [PATCH] chore(CMakeLists): enable COMPRESSED_OBJECT_HEADER --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 36a942bc46..44e1f10073 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -34,7 +34,7 @@ option(JEMALLOC "JEMALLOC" OFF) option(JSON "JSON" ON) # When OFF we disable LLVM support option(LLVM "LLVM" OFF) -option(COMPRESSED_OBJECT_HEADER "COMPRESSED_OBJECT_HEARDER" OFF) +option(COMPRESSED_OBJECT_HEADER "COMPRESSED_OBJECT_HEARDER" ON) # When cross-compiling, we do not compile the standard library since # the executable will not work on the host machine