Use CFLAGS=-O1 for debugging.
authorJunio C Hamano <junkio@cox.net>
Thu, 22 Dec 2005 06:40:52 +0000 (22:40 -0800)
committerJunio C Hamano <junkio@cox.net>
Thu, 22 Dec 2005 06:40:52 +0000 (22:40 -0800)
Make

diff --git a/Make b/Make
index 6750f70..be6be38 100755 (executable)
--- 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 \
      "$@"