Commit 67f4e001 authored by Petr Hosek's avatar Petr Hosek
Browse files

[CMake][Fuchsia] Enable in-process cc1

This is now supported by Goma so we can re-enable it.
parent 20f1abe3
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -24,7 +24,6 @@ if(NOT APPLE)
  set(CLANG_DEFAULT_OBJCOPY llvm-objcopy CACHE STRING "")
endif()
set(CLANG_DEFAULT_RTLIB compiler-rt CACHE STRING "")
set(CLANG_SPAWN_CC1 ON CACHE BOOL "")
set(CLANG_ENABLE_ARCMT OFF CACHE BOOL "")
set(CLANG_ENABLE_STATIC_ANALYZER ON CACHE BOOL "")
set(CLANG_PLUGIN_SUPPORT OFF CACHE BOOL "")