Created
November 30, 2016 12:26
-
-
Save nosami/41a2ce818f4152e7902a7b55c7206ab2 to your computer and use it in GitHub Desktop.
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
For mono :- | |
fsharpc -g --debug:full --noframework --define:DEBUG --optimize- --tailcalls- -r:/Library/Frameworks/Mono.framework/Versions/Current/lib/mono/4.5-api/System.dll --target:exe --warnaserror:76 --fullpaths --flaterrors --highentropyva- octokit.fsx --out:/tmp/octokit.exe | |
Not tested Windows yet, but I assume I will just omit `--noframework` and the System.dll |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment