Skip to content

Instantly share code, notes, and snippets.

@voidlizard
Created December 3, 2012 12:53
Show Gist options
  • Save voidlizard/4194857 to your computer and use it in GitHub Desktop.
Save voidlizard/4194857 to your computer and use it in GitHub Desktop.
Fully statically linked haskell application
ghc -i -static -optl-static -optl-pthread -funbox-strict-fields -fwarn-incomplete-patterns -isrc --make Program.hs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment