From: Martin Mares Date: Wed, 4 Apr 2001 19:25:01 +0000 (+0000) Subject: Changed compiler options. X-Git-Tag: python-dummy-working~526 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=1e273475c6ab133ac57efafd4c6d4472117e7d28;p=moe.git Changed compiler options. --- diff --git a/config b/config index 572084c..0f0bcf2 100644 --- a/config +++ b/config @@ -16,10 +16,10 @@ TEST_USER=mo-test1 EXTENSIONS="c C cpp p pas" # For each source extension, we must give compiler command -COMP_c='/usr/bin/gcc -o $EXE $SRC' -COMP_C='/usr/bin/g++ -o $EXE $SRC' +COMP_c='/usr/bin/gcc -O2 -g -o $EXE $SRC' +COMP_C='/usr/bin/g++ -O2 -g -o $EXE $SRC' COMP_cpp="$COMP_C" -COMP_p='/usr/bin/fpc -o $EXE $SRC' +COMP_p='/usr/bin/fpc -Ci -Cr -g -O2 -So -Sg -o$EXE $SRC' COMP_pas="$COMP_p" # Sandbox options used when compiling