From: Junio C Hamano Date: Thu, 22 Dec 2005 06:40:52 +0000 (-0800) Subject: Use CFLAGS=-O1 for debugging. X-Git-Url: https://git.octo.it/?p=git.git;a=commitdiff_plain;h=95b9f4f212c2eb074a2f078eaf99e67e08be34a6 Use CFLAGS=-O1 for debugging. --- diff --git a/Make b/Make index 6750f707..be6be383 100755 --- a/Make +++ b/Make @@ -10,7 +10,7 @@ export PATH LANG LC_CTYPE #make prefix=/usr/local \ make bindir=$HOME/bin/Linux \ PYTHON_PATH=/usr/bin/python2.4 \ - CFLAGS='-Os -Wall -Wdeclaration-after-statement -g'"$DDD" \ + CFLAGS='-O1 -Wall -Wdeclaration-after-statement -g'"$DDD" \ WITH_SEND_EMAIL=YesPlease \ WITH_SVNIMPORT=YesPlease \ "$@"