Raise optimization from -O0 to -O1

OBS-URL: https://build.opensuse.org/package/show/games/freeciv?expand=0&rev=7
This commit is contained in:
Dominique Leuenberger 2009-01-15 08:14:36 +00:00 committed by Git OBS Bridge
parent 0654c97811
commit ea0b9f0782
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jan 14 16:53:00 CET 2009 - dominique-obs@leuenberger.net Wed Jan 15 09:13:00 CET 2009 - dominique-obs@leuenberger.net
- Change compiler optimization from -O2 ro -O0 (fix bnc#465899) - Change compiler optimization from -O2 to -O1 (fix bnc#465899)
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jan 14 10:37:09 CET 2009 - dominique-obs@leuenberger.net Wed Jan 14 10:37:09 CET 2009 - dominique-obs@leuenberger.net

View File

@ -64,7 +64,7 @@ echo "X-SuSE-translate=false" >> bootstrap/freeciv-server.desktop.in
%build %build
autoreconf -fi autoreconf -fi
CFLAGS="$RPM_OPT_FLAGS -O0 -fno-strict-aliasing" ./configure \ CFLAGS="$RPM_OPT_FLAGS -O1 -fno-strict-aliasing" ./configure \
--prefix=/usr \ --prefix=/usr \
--datadir=/usr/share \ --datadir=/usr/share \
--datarootdir=/usr/share \ --datarootdir=/usr/share \