]> arthur.barton.de Git - bup.git/commitdiff
Hey wow, turning on -O2 gives about a 50% speedup.
authorAvery Pennarun <apenwarr@gmail.com>
Wed, 30 Dec 2009 07:55:07 +0000 (02:55 -0500)
committerAvery Pennarun <apenwarr@gmail.com>
Wed, 30 Dec 2009 07:55:07 +0000 (02:55 -0500)
Makefile

index b66798cc8e668552201bd16eef720150a90de158..bc956c895a82fd574202e87f2c9b36b69044c3a8 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-CFLAGS=-Wall -g -Werror -I/usr/include/python2.5 -g -fwrapv -fPIC
+CFLAGS=-Wall -g -O2 -Werror -I/usr/include/python2.5 -g -fwrapv -fPIC
 
 default: all