]> git.pld-linux.org Git - packages/crossmingw32-binutils.git/commitdiff
Massive attack. We use -O0 instead -O flags while debug enabled. crossmingw32-binutils-2_10_1_0_4-1
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:
    crossmingw32-binutils.spec -> 1.5

crossmingw32-binutils.spec

index c7e7bc426d9bfc455a92d5819c54dfebc2741ed3..033a7a02c727e30a49c5e7881b2710ff16c339ef 100644 (file)
@@ -41,7 +41,7 @@ rm -rf $RPM_BUILD_ROOT
 # [the same applies to binutils 2.10.1.0.4]
 
 # ldscripts won't be generated properly if SHELL is not bash...
-%{?debug:CFLAGS="-g -O" LDFLAGS=""}%{!?debug:CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s"} \
+%{?debug:CFLAGS="-g -O0" LDFLAGS=""}%{!?debug:CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s"} \
 CONFIG_SHELL="/bin/bash" \
 ./configure \
        --prefix=%{_prefix} \
This page took 0.124361 seconds and 4 git commands to generate.