Skip to content

Commit

Permalink
Enable more features in stdlib build
Browse files Browse the repository at this point in the history
  • Loading branch information
xtremekforever committed Feb 21, 2025
1 parent b518293 commit 9e37ead
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions build-swift-stdlib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,9 @@ LIBS="-latomic" cmake -S $SWIFT_SRCDIR -B $SWIFT_BUILDDIR -G Ninja \
-DSWIFT_NATIVE_SWIFT_TOOLS_PATH=$SWIFT_NATIVE_PATH \
-DSWIFT_BUILD_DYNAMIC_SDK_OVERLAY=ON \
-DSWIFT_BUILD_DYNAMIC_STDLIB=ON \
-DSWIFT_BUILD_REMOTE_MIRROR=OFF \
-DSWIFT_BUILD_SOURCEKIT=OFF \
-DSWIFT_BUILD_STDLIB_EXTRA_TOOLCHAIN_CONTENT=OFF \
-DSWIFT_BUILD_REMOTE_MIRROR=OFF \
-DSWIFT_BUILD_REMOTE_MIRROR=ON \
-DSWIFT_BUILD_SOURCEKIT=ON \
-DSWIFT_BUILD_STDLIB_EXTRA_TOOLCHAIN_CONTENT=ON \
-DSWIFT_ENABLE_SOURCEKIT_TESTS=OFF \
-DSWIFT_INCLUDE_DOCS=OFF \
-DSWIFT_INCLUDE_TOOLS=OFF \
Expand Down

0 comments on commit 9e37ead

Please sign in to comment.