Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37895226
en ru br
ALT Linux repos
S:0.2.0-alt2_30

Group :: Development/Other
RPM: libsage

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: sage-0.1.2-noopt.patch
Download


--- configure.ac.orig	2006-07-15 21:27:48.000000000 -0700
+++ configure.ac	2006-07-15 21:28:34.000000000 -0700
@@ -80,10 +80,10 @@
     if test "$enableval" = "yes"; then
       CFLAGS="$CFLAGS -ggdb -O0 -DDEBUG"
     else
-      CFLAGS="$CFLAGS -O3 -DNDEBUG"
+      CFLAGS="$CFLAGS -DNDEBUG"
     fi
   ],[
-    CFLAGS="$CFLAGS -O3 -DNDEBUG"
+    CFLAGS="$CFLAGS -DNDEBUG"
   ]
 )
 
--- configure.orig	2006-07-15 21:27:52.000000000 -0700
+++ configure	2006-07-15 21:28:26.000000000 -0700
@@ -22449,12 +22449,12 @@
     if test "$enableval" = "yes"; then
       CFLAGS="$CFLAGS -ggdb -O0 -DDEBUG"
     else
-      CFLAGS="$CFLAGS -O3 -DNDEBUG"
+      CFLAGS="$CFLAGS -DNDEBUG"
     fi
 
 else
 
-    CFLAGS="$CFLAGS -O3 -DNDEBUG"
+    CFLAGS="$CFLAGS -DNDEBUG"
 
 
 fi;
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin