Skip to content

Instantly share code, notes, and snippets.

@lynxluna
Created October 12, 2015 10:49
Show Gist options
  • Save lynxluna/1babeb7384c54792bd1c to your computer and use it in GitHub Desktop.
Save lynxluna/1babeb7384c54792bd1c to your computer and use it in GitHub Desktop.
Build Script
xcrun -v swiftc -emit-module -emit-library src/whiff.swift \
-sdk $(xcrun --show-sdk-path --sdk macosx) -module-name Haste \
-I deps/include -L deps/lib -luv -v \
-Xlinker -unexported_symbols_list -Xlinker symbols.exp -Xcc -O3 -Xcc -g0 -Xlinker -x
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment