From: Avery Pennarun Date: Wed, 30 Dec 2009 07:55:07 +0000 (-0500) Subject: Hey wow, turning on -O2 gives about a 50% speedup. X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=505718dd86c43e6bb14bd792139e9bdeab6e1e04;p=packages%2Fb%2Fbup.git Hey wow, turning on -O2 gives about a 50% speedup. --- diff --git a/Makefile b/Makefile index b66798c..bc956c8 100644 --- 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