[axel-commits] r49 - /trunk/configure

phihag-guest at users.alioth.debian.org phihag-guest at users.alioth.debian.org
Mon Sep 15 21:13:10 UTC 2008


Author: phihag-guest
Date: Mon Sep 15 21:13:09 2008
New Revision: 49

URL: http://svn.debian.org/wsvn/axel/?sc=1&rev=49
Log:
Compile with -Os when using gcc

Modified:
    trunk/configure

Modified: trunk/configure
URL: http://svn.debian.org/wsvn/axel/trunk/configure?rev=49&op=diff
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Mon Sep 15 21:13:09 2008
@@ -101,6 +101,7 @@
 fi
 
 if type gcc > /dev/null 2> /dev/null; then
+	echo "CFLAGS+=-Os" >> Makefile.settings;
 	echo "CC=gcc" >> Makefile.settings;
 elif type cc > /dev/null 2> /dev/null; then
 	echo "CC=cc" >> Makefile.settings;




More information about the axel-commits mailing list