]> git.pld-linux.org Git - packages/electric.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:22 +0000 (20:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    electric.spec -> 1.5

electric.spec

index d0180489d09f8c7d366609ac7b2f39b1d9a24916..739e3cbeba9cdeda3195b2d08dda446890c3ac5a 100644 (file)
@@ -35,7 +35,7 @@ to most popular CAD specifications including VHDL, CIF, and GDS II.
 %build
 %configure
 
-%{__make} DEBUG="%{?debug:-O -g}%{!?debug:$RPM_OPT_FLAGS} -Wall"
+%{__make} DEBUG="%{?debug:-O0 -g}%{!?debug:$RPM_OPT_FLAGS} -Wall"
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.07125 seconds and 4 git commands to generate.