From: Arkadiusz Miƛkiewicz Date: Thu, 25 Jan 2001 20:03:21 +0000 (+0000) Subject: Massive attack. We use -O0 instead -O flags while debug enabled. X-Git-Tag: ash-0_4_0-1~9 X-Git-Url: https://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;ds=sidebyside;h=f626635d42922e167b01c65a6b929cbd40896a06;p=packages%2Fash.git Massive attack. We use -O0 instead -O flags while debug enabled. Changed files: ash.spec -> 1.30 --- diff --git a/ash.spec b/ash.spec index 7f2dd41..1cc5a4f 100644 --- a/ash.spec +++ b/ash.spec @@ -84,10 +84,10 @@ avantaj %setup -q -n ash-linux-%{version} %build -%{__make} OPT_FLAGS="%{?debug:-O -g}%{!?debug:$RPM_OPT_FLAGS}" \ +%{__make} OPT_FLAGS="%{?debug:-O0 -g}%{!?debug:$RPM_OPT_FLAGS}" \ LDFLAGS="-static %{!?debug:-s}" mv -f sh ash.static -%{__make} OPT_FLAGS="%{?debug:-O -g}%{!?debug:$RPM_OPT_FLAGS}" \ +%{__make} OPT_FLAGS="%{?debug:-O0 -g}%{!?debug:$RPM_OPT_FLAGS}" \ LDFLAGS="%{!?debug:-s}" %install