src/makefile.unix: remove -DFOURWAYSSE2
Spotted by Venkatesh Srinivas <me@endeavour.zapto.org>
This commit is contained in:
parent
eb72eae304
commit
b2fd0ca1cb
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ WXLIBS=$(shell wx-config --libs)
|
||||||
|
|
||||||
USE_UPNP:=0
|
USE_UPNP:=0
|
||||||
|
|
||||||
DEFS=-DNOPCH -DFOURWAYSSE2 -DUSE_SSL
|
DEFS=-DNOPCH -DUSE_SSL
|
||||||
|
|
||||||
# for boost 1.37, add -mt to the boost libraries
|
# for boost 1.37, add -mt to the boost libraries
|
||||||
LIBS= \
|
LIBS= \
|
||||||
|
|
Loading…
Reference in a new issue