File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ set(LLVM_STATIC_LINK_CXX_STDLIB ON CACHE BOOL "")
3131set (LLVM_USE_RELATIVE_PATHS_IN_FILES ON CACHE BOOL "" )
3232set (LLDB_ENABLE_CURSES OFF CACHE BOOL "" )
3333set (LLDB_ENABLE_LIBEDIT OFF CACHE BOOL "" )
34+ set (LIBCXX_INCLUDE_BENCHMARKS OFF CACHE BOOL "" )
3435
3536if (WIN32 )
3637 set (FUCHSIA_DISABLE_DRIVER_BUILD ON )
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ set(LIBC_HDRGEN_ONLY ON CACHE BOOL "")
2121set (LLVM_USE_RELATIVE_PATHS_IN_FILES ON CACHE BOOL "" )
2222set (LLDB_ENABLE_CURSES OFF CACHE BOOL "" )
2323set (LLDB_ENABLE_LIBEDIT OFF CACHE BOOL "" )
24+ set (LIBCXX_INCLUDE_BENCHMARKS OFF CACHE BOOL "" )
2425
2526# Passthrough stage1 flags to stage1.
2627set (_FUCHSIA_BOOTSTRAP_PASSTHROUGH
You can’t perform that action at this time.
0 commit comments