]> git.pld-linux.org Git - packages/zsh.git/commitdiff
- added -Os to %optflags
authorTomasz Pala <gotar@pld-linux.org>
Thu, 24 Apr 2003 11:54:34 +0000 (11:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    zsh.spec -> 1.65

zsh.spec

index fe96750f0f8749d72ce28b12fd31fac1d65a849b..d053b04f4dcf4a1c1741b0b72324c898e8290690 100644 (file)
--- a/zsh.spec
+++ b/zsh.spec
@@ -1,4 +1,4 @@
-# $Revision: 1.64 $ $Date: 2003-04-21 19:24:37 $
+# $Revision: 1.65 $ $Date: 2003-04-24 11:54:34 $
 #
 # Conditional build:
 # _without_static      - without static version
@@ -143,7 +143,7 @@ install %{SOURCE2} .
 %build
 %{__autoconf}
 
-newoptflags="%{optflags} -fomit-frame-pointer"
+newoptflags="%{optflags} -Os -fomit-frame-pointer"
 %define optflags $newoptflags
 
 %if %{!?_without_static:1}%{?_without_static:0}
This page took 0.552395 seconds and 4 git commands to generate.