author | Francesco Abbate <francesco.bbt@gmail.com> | 2012年11月18日 23:23:15 +0100 |
---|---|---|
committer | Francesco Abbate <francesco.bbt@gmail.com> | 2012年11月18日 23:23:15 +0100 |
commit | cae71dc83ef81c87377eb9cd125b443af82b5e5d (patch) | |
tree | d9e48dec96a6ad9acea2c250ce20e6d2c663bd25 | |
parent | 0ed858b0f25f24bff81aac83e6f4f5205e68bb26 (diff) | |
download | gsl-shell-cae71dc83ef81c87377eb9cd125b443af82b5e5d.tar.gz |
-rw-r--r-- | luajit2/src/Makefile | 2 |
diff --git a/luajit2/src/Makefile b/luajit2/src/Makefile index 24e5305f..1f69a24d 100644 --- a/luajit2/src/Makefile +++ b/luajit2/src/Makefile @@ -48,7 +48,7 @@ CCOPT= -O2 -fomit-frame-pointer # x86/x64 only: For GCC 4.2 or higher and if you don't intend to distribute # the binaries to a different machine you could also use: -march=native # -CCOPT_x86= -march=i686 +CCOPT_x86= -march=i686 -msse -msse2 CCOPT_x64= CCOPT_arm= CCOPT_ppc= |