]> mj.ucw.cz Git - eval.git/blobdiff - config
Changed compiler options.
[eval.git] / config
diff --git a/config b/config
index 07a1370ede7f72add0c5bc89730d656a282a6490..0f0bcf27dc4caacc7e7f0ef0aeb0e6256f503545 100644 (file)
--- a/config
+++ b/config
@@ -2,13 +2,13 @@
 # (c) 2001 Martin Mares <mj@ucw.cz>
 
 # Directories and users
-MO_ROOT=/aux/mo
+MO_ROOT=/home/mo
 EVAL_USER=mo-eval
 EVAL_GROUP=mo-eval
 TEST_USERS="mo-test1 mo-test2"
 
 # Currently used test user
-TEST_USER=mo-eval
+TEST_USER=mo-test1
 
 ### all of the following variables can be overriden in per-task config file
 
@@ -16,10 +16,10 @@ TEST_USER=mo-eval
 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