Skip to content

Commit

Permalink
[Static SDK for Linux] Turn off the CTX_PROFILE option in compiler-rt.
Browse files Browse the repository at this point in the history
We've got the sanitizers disabled, so the CTX_PROFILE option won't work
either.  It'd be nice if the compiler-rt CMake script knew that, but
it doesn't.

rdar://137610887
  • Loading branch information
al45tair committed Oct 14, 2024
1 parent 1c187af commit 62fdbf1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions swift-ci/sdks/static-linux/scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,7 @@ EOF
-DCOMPILER_RT_BUILD_MEMPROF=OFF \
-DCOMPILER_RT_BUILD_PROFILE=OFF \
-DCOMPILER_RT_BUILD_SANITIZERS=OFF \
-DCOMPILER_RT_BUILD_CTX_PROFILE=OFF \
-DCOMPILER_RT_BUILD_XRAY=OFF \
-DCOMPILER_RT_DEFAULT_TARGET_ONLY=ON \
-DCOMPILER_RT_BUILD_ORC=OFF \
Expand Down

0 comments on commit 62fdbf1

Please sign in to comment.