Skip to content

Instantly share code, notes, and snippets.

@jctoledo
Last active December 19, 2015 09:09
Show Gist options
  • Save jctoledo/5931267 to your computer and use it in GitHub Desktop.
Save jctoledo/5931267 to your computer and use it in GitHub Desktop.
VOS 6.1.6 set compiler class before running ./configure
# for 64-bit
~ $ export CFLAGS="-O2 -m64"
# for 32-bit
~ $ export CFLAGS="-O2"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment