]> mj.ucw.cz Git - eval.git/blobdiff - config
Changed compiler options.
[eval.git] / config
diff --git a/config b/config
index ee86a8276508958e043f88d94daa21799b0fc151..0f0bcf27dc4caacc7e7f0ef0aeb0e6256f503545 100644 (file)
--- a/config
+++ b/config
@@ -8,7 +8,7 @@ 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