Skip to content

Commit

Permalink
Enable building of Backtracing and Runtime modules
Browse files Browse the repository at this point in the history
  • Loading branch information
xtremekforever committed Feb 22, 2025
1 parent 712cc2b commit b4f433f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build-swift-stdlib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ LIBS="-latomic" cmake -S $SWIFT_SRCDIR -B $SWIFT_BUILDDIR -G Ninja \
-DSWIFT_BUILD_SOURCEKIT=ON \
-DSWIFT_BUILD_STDLIB_EXTRA_TOOLCHAIN_CONTENT=ON \
-DSWIFT_ENABLE_SOURCEKIT_TESTS=OFF \
-DSWIFT_ENABLE_BACKTRACING=ON \
-DSWIFT_ENABLE_RUNTIME_MODULE=ON \
-DSWIFT_INCLUDE_DOCS=OFF \
-DSWIFT_INCLUDE_TOOLS=OFF \
-DSWIFT_INCLUDE_TESTS=OFF \
Expand Down

0 comments on commit b4f433f

Please sign in to comment.