mirror of
https://github.com/mhx/dwarfs.git
synced 2025-09-08 20:12:56 -04:00
build: clean up folly config
This commit is contained in:
parent
f191c973ad
commit
bae568d29f
@ -200,9 +200,6 @@ if(STATIC_BUILD_DO_NOT_USE)
|
||||
set(GFLAGS_SHARED
|
||||
OFF
|
||||
CACHE BOOL "static")
|
||||
set(FOLLY_NO_EXCEPTION_TRACER
|
||||
ON
|
||||
CACHE BOOL "disable exception tracer")
|
||||
endif()
|
||||
|
||||
if(WITH_MAN_PAGES)
|
||||
@ -375,9 +372,8 @@ if(CMAKE_CXX_COMPILER_ID STREQUAL "MSVC")
|
||||
set(MSVC_USE_STATIC_RUNTIME ON CACHE BOOL "static build")
|
||||
endif()
|
||||
|
||||
set(ZSTD_INCLUDE_DIR
|
||||
""
|
||||
CACHE PATH "don't build folly with zstd" FORCE)
|
||||
set(ZSTD_INCLUDE_DIR "" CACHE PATH "don't build folly with zstd" FORCE)
|
||||
set(FOLLY_NO_EXCEPTION_TRACER ON CACHE BOOL "disable exception tracer")
|
||||
|
||||
# TODO: this is due to a bug in folly's Portability.h
|
||||
add_compile_definitions(FOLLY_CFG_NO_COROUTINES)
|
||||
|
Loading…
x
Reference in New Issue
Block a user