Skip to content

Instantly share code, notes, and snippets.

@vifo
Created November 27, 2012 19:43
Show Gist options
  • Save vifo/4156523 to your computer and use it in GitHub Desktop.
Save vifo/4156523 to your computer and use it in GitHub Desktop.
Ruby: Default CFLAGS for building
#!/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