Created
November 27, 2012 19:43
-
-
Save vifo/4156523 to your computer and use it in GitHub Desktop.
Ruby: Default CFLAGS for building
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
#!/usr/bin/env bash | |
export CFLAGS="-march=native -O3 -Wall -pipe -fomit-frame-pointer" | |
export CXXFLAGS="${CFLAGS}" | |
export LANG=en_US.utf8 | |
unalias cp mv >/dev/null 2>&1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment