From 1e273475c6ab133ac57efafd4c6d4472117e7d28 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Wed, 4 Apr 2001 19:25:01 +0000 Subject: [PATCH] Changed compiler options. --- config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.39.5