Last active
December 19, 2015 09:09
-
-
Save jctoledo/5931267 to your computer and use it in GitHub Desktop.
VOS 6.1.6 set compiler class before running ./configure
This file contains hidden or 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
# 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