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