Skip to content

Commit 95b9f4f

Browse files
author
Junio C Hamano
committed
Use CFLAGS=-O1 for debugging.
1 parent e6e947f commit 95b9f4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Make

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export PATH LANG LC_CTYPE
1010
#make prefix=/usr/local \
1111
make bindir=$HOME/bin/Linux \
1212
PYTHON_PATH=/usr/bin/python2.4 \
13-
CFLAGS='-Os -Wall -Wdeclaration-after-statement -g'"$DDD" \
13+
CFLAGS='-O1 -Wall -Wdeclaration-after-statement -g'"$DDD" \
1414
WITH_SEND_EMAIL=YesPlease \
1515
WITH_SVNIMPORT=YesPlease \
1616
"$@"

0 commit comments

Comments
 (0)