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:
parent
0654c97811
commit
ea0b9f0782
@ -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
|
||||
|
@ -64,7 +64,7 @@ echo "X-SuSE-translate=false" >> bootstrap/freeciv-server.desktop.in
|
||||
|
||||
%build
|
||||
autoreconf -fi
|
||||
CFLAGS="$RPM_OPT_FLAGS -O0 -fno-strict-aliasing" ./configure \
|
||||
CFLAGS="$RPM_OPT_FLAGS -O1 -fno-strict-aliasing" ./configure \
|
||||
--prefix=/usr \
|
||||
--datadir=/usr/share \
|
||||
--datarootdir=/usr/share \
|
||||
|
Loading…
x
Reference in New Issue
Block a user