chore(CMakeLists): enable COMPRESSED_OBJECT_HEADER
This commit is contained in:
parent
88e44d9fdd
commit
2bde205a20
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue