Skip to content

Instantly share code, notes, and snippets.

@dan-zheng
Last active February 1, 2019 02:05
Show Gist options
  • Save dan-zheng/99055afe1d9793930033f499ff8ed860 to your computer and use it in GitHub Desktop.
Save dan-zheng/99055afe1d9793930033f499ff8ed860 to your computer and use it in GitHub Desktop.
Cheatsheet
## Building Swift
./swift/utils/update-checkout --skip-repository swift --clone --scheme tensorflow
./swift/utils/build-script -x -R --debug-swift --skip-build-benchmarks --stdlib-deployment-targets=macosx-x86_64 2>&1 | tee log.txt
./swift/utils/build-script -R --skip-build-benchmarks --stdlib-deployment-targets=macosx-x86_64 --enable-tensorflow --no-swift-stdlib-assertions --reconfigure
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment