]> mj.ucw.cz Git - moe.git/commitdiff
Changed compiler options.
authorMartin Mares <mj@ucw.cz>
Wed, 4 Apr 2001 19:25:01 +0000 (19:25 +0000)
committerMartin Mares <mj@ucw.cz>
Wed, 4 Apr 2001 19:25:01 +0000 (19:25 +0000)
config

diff --git a/config b/config
index 572084cac44abfb2f091fec79aefb03458e73447..0f0bcf27dc4caacc7e7f0ef0aeb0e6256f503545 100644 (file)
--- 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 -$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