]> git.pld-linux.org Git - packages/emacs.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:
    emacs.spec -> 1.17

emacs.spec

index 253b39862ab68243f42713cf4010899e10a81c9a..46c5591f74232456384656acc3d79fe0722e596d 100644 (file)
@@ -198,7 +198,7 @@ System; install emacs if you will be using X.
 libtoolize --force --copy
 autoconf
 
-CFLAGS="%{?debug:-O -g}%{!?debug:$RPM_OPT_FLAGS} -DMAIL_USE_LOCKF -DNCURSES_OSPEED_T" 
+CFLAGS="%{?debug:-O0 -g}%{!?debug:$RPM_OPT_FLAGS} -DMAIL_USE_LOCKF -DNCURSES_OSPEED_T" 
 export CFLAGS
 
 # Build binary with X support
This page took 0.03643 seconds and 4 git commands to generate.