X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=Make;h=7c8b29763ea814c0fcf17ce11f49c139fc695c94;hb=18ea0bf72c0fce404e0ff3f9489b29e8dcc8beea;hp=0d978a86ff57aa9bc540783a797ced1cf9ea1c18;hpb=6f4a70cb236d34b8152f998678be10e7e173f16f;p=git.git diff --git a/Make b/Make index 0d978a86..7c8b2976 100755 --- a/Make +++ b/Make @@ -7,11 +7,11 @@ LANG=C LC_CTYPE=C export PATH LANG LC_CTYPE -#make prefix=/usr/local \ +: ${O=-O2} make bindir=$HOME/bin/Linux \ gitexecdir=$HOME/bin/Linux \ PYTHON_PATH=/usr/bin/python2.4 \ - CFLAGS='-O0 -Wall -Wdeclaration-after-statement -g'"$DDD" \ + CFLAGS="$O -Wall -Wdeclaration-after-statement -g" \ WITH_SEND_EMAIL=YesPlease \ WITH_SVNIMPORT=YesPlease \ "$@"