Use CFLAGS=-O1 for debugging.
parent
e6e947f5de
commit
95b9f4f212
2
Make
2
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 \
|
||||
"$@"
|
||||
|
|
|
|||
Loading…
Reference in New Issue