Skip to content

Instantly share code, notes, and snippets.

@nosami
Created November 30, 2016 12:26
Show Gist options
  • Save nosami/41a2ce818f4152e7902a7b55c7206ab2 to your computer and use it in GitHub Desktop.
Save nosami/41a2ce818f4152e7902a7b55c7206ab2 to your computer and use it in GitHub Desktop.
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