Browse Source

src/makefile.unix: remove -DFOURWAYSSE2

Spotted by Venkatesh Srinivas <me@endeavour.zapto.org>
0.8
Jeff Garzik 13 years ago committed by Jeff Garzik
parent
commit
b2fd0ca1cb
  1. 2
      src/makefile.unix

2
src/makefile.unix

@ -10,7 +10,7 @@ WXLIBS=$(shell wx-config --libs) @@ -10,7 +10,7 @@ WXLIBS=$(shell wx-config --libs)
USE_UPNP:=0
DEFS=-DNOPCH -DFOURWAYSSE2 -DUSE_SSL
DEFS=-DNOPCH -DUSE_SSL
# for boost 1.37, add -mt to the boost libraries
LIBS= \

Loading…
Cancel
Save