chore(CMakeLists): enable COMPRESSED_OBJECT_HEADER

This commit is contained in:
Leonardo de Moura 2019-08-24 11:58:38 -07:00
parent 88e44d9fdd
commit 2bde205a20

View file

@ -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