Skip to content

Commit

Permalink
remove linker flags that are no longer supported apparently
Browse files Browse the repository at this point in the history
  • Loading branch information
mulle-nat committed Feb 1, 2024
1 parent 7b90352 commit 38d51ed
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions mulle-clang-project.rb
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,9 @@ def install
args << '-DCMAKE_BUILD_TYPE=Release'
args << '-DCLANG_VENDOR=mulle'
args << "-DLLVM_TARGETS_TO_BUILD='X86;ARM;AArch64'"
args << "-DCMAKE_SHARED_LINKER_FLAGS='-Wl,--reduce-memory-overheads'"
args << "-DCMAKE_EXE_LINKER_FLAGS='-Wl,--reduce-memory-overheads'"
# apparently not longer working
# args << "-DCMAKE_SHARED_LINKER_FLAGS='-Wl,--reduce-memory-overheads'"
# args << "-DCMAKE_EXE_LINKER_FLAGS='-Wl,--reduce-memory-overheads'"
args << '-DCMAKE_INSTALL_MESSAGE=LAZY'
args << "-DCMAKE_INSTALL_PREFIX='#{prefix}/root'"
args << '../llvm'
Expand Down

0 comments on commit 38d51ed

Please sign in to comment.