Skip to content

Instantly share code, notes, and snippets.

@modocache
Last active January 2, 2017 11:09
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save modocache/cdbc062d8ad2fe6e88dc3897315144bb to your computer and use it in GitHub Desktop.
Save modocache/cdbc062d8ad2fe6e88dc3897315144bb to your computer and use it in GitHub Desktop.
# 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