Last active
October 16, 2017 19:34
-
-
Save tjw/771e7555c851c18d5689c160862f61d8 to your computer and use it in GitHub Desktop.
iOS swift preset file
This file contains 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
# Trying to get the fastest incremental build times for small changes to the swift compiler. | |
# This still rebuilds the stdlib on each change to the compiler (no --skip option I see to avoid that). | |
[preset: ios] | |
release | |
debug-swift | |
ios | |
skip-build-ios-simulator | |
skip-test-ios-simulator | |
skip-build-osx | |
skip-test-osx | |
build-subdir=ios |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment