Last active
January 2, 2017 11:09
-
-
Save modocache/cdbc062d8ad2fe6e88dc3897315144bb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# When I want to attach lldb to swiftc to see how it works when compiling simple Swift programs: | |
utils/build-script \ | |
--release --debug-swift \ | |
--build-swift-dynamic-stdlib=0 --build-swift-dynamic-sdk-overlay=0 \ | |
--skip-build-osx --skip-build-ios --skip-build-tvos --skip-build-watchos | |
# When I want to run the Swift test suite, to make sure my pull request would pass CI: | |
utils/build-script \ | |
--release --debug-swift \ | |
--test |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment