]> git.pld-linux.org Git - packages/aewm.git/commitdiff
Massive attack. We use -O0 instead -O flags while debug enabled.
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 25 Jan 2001 20:03:20 +0000 (20:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    aewm.spec -> 1.22

aewm.spec

index 0daca6740b2b8abba5c08050b6ab44afcce297a8..2099389f1341cb870bac7fedf9d3d722036392ab 100644 (file)
--- a/aewm.spec
+++ b/aewm.spec
@@ -32,8 +32,8 @@ Jego zalet
 %setup -q
 
 %build
-%{__make} CFLAGS="%{?debug:-O -g}%{!?debug:$RPM_OPT_FLAGS}"
-%{__make} -C goodies CFLAGS="%{?debug:-O -g}%{!?debug:$RPM_OPT_FLAGS}"
+%{__make} CFLAGS="%{?debug:-O0 -g}%{!?debug:$RPM_OPT_FLAGS}"
+%{__make} -C goodies CFLAGS="%{?debug:-O0 -g}%{!?debug:$RPM_OPT_FLAGS}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.111609 seconds and 4 git commands to generate.