Skip to content

Commit

Permalink
[CMake][Fuchsia] Enable build ID, relaxations for first stage
Browse files Browse the repository at this point in the history
We want these to be used for the second stage compiler as well.

Differential Revision: https://reviews.llvm.org/D56359

llvm-svn: 350486
  • Loading branch information
petrhosek committed Jan 6, 2019
1 parent b168a7c commit 42af135
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions clang/cmake/caches/Fuchsia.cmake
Expand Up @@ -14,6 +14,9 @@ set(LLVM_ENABLE_ZLIB OFF CACHE BOOL "")
set(CLANG_INCLUDE_TESTS OFF CACHE BOOL "")
set(CLANG_PLUGIN_SUPPORT OFF CACHE BOOL "")

set(ENABLE_LINKER_BUILD_ID ON CACHE BOOL "")
set(ENABLE_X86_RELAX_RELOCATIONS ON CACHE BOOL "")

set(LLVM_ENABLE_ASSERTIONS ON CACHE BOOL "")
set(CMAKE_BUILD_TYPE Release CACHE STRING "")

Expand Down

0 comments on commit 42af135

Please sign in to comment.