Update build for Linux.
Add flags for SSE instructions.
This commit is contained in:
parent
da4bdf7702
commit
bcc195c775
2 changed files with 3 additions and 3 deletions
2
configure
vendored
2
configure
vendored
|
@ -10,7 +10,7 @@ case `uname -s` in
|
|||
|
||||
Linux)
|
||||
echo 'CXX = g++' > Makefile.rules
|
||||
echo 'CXXFLAGS_PLATFORM = ' >> Makefile.rules
|
||||
echo 'CXXFLAGS_PLATFORM = -mssse3 -msse4.2' >> Makefile.rules
|
||||
echo 'LFLAGS = ' >> Makefile.rules
|
||||
;;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue