This commit is contained in:
Stanislav Shwartsman 2010-04-13 15:55:02 +00:00
parent afcbca5bba
commit 1a2c73bba3
2 changed files with 2 additions and 2 deletions

View File

@ -939,6 +939,6 @@ i440fxsupport: enabled=1
#megs: 256
#megs: 128
#megs: 64
megs: 32
#megs: 32
#megs: 16
#megs: 8

View File

@ -6,7 +6,7 @@
CC="gcc"
CXX="g++"
CFLAGS="-O3 -Wall -Wno-format -march=pentium"
CFLAGS="-O3 -Wall -Wno-format"
CXXFLAGS="$CFLAGS"
export CC