X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=config;h=785862ec8ee8b14ead88bb2170eae4b0011873d5;hb=24a6e512fa3427c0f7f3003723093ff38ec11637;hp=d0c94492a5872b1e2b43b05a177a9df5576bfe84;hpb=8eca90bf2eda6cf4382f68d5e5ab47a72156d971;p=eval.git diff --git a/config b/config index d0c9449..785862e 100644 --- a/config +++ b/config @@ -47,8 +47,8 @@ EXTRA_CFLAGS= EXTRA_PFLAGS= # For each source extension, we must give compiler command -COMP_c='/usr/bin/gcc -std=gnu99 -O2 -g -o $EXE $EXTRA_CFLAGS $SRC' -COMP_C='/usr/bin/g++ -O2 -g -o $EXE $EXTRA_CFLAGS $SRC' +COMP_c='/usr/bin/gcc -std=gnu99 -O2 -g -o $EXE $EXTRA_CFLAGS $SRC -lm' +COMP_C='/usr/bin/g++ -O2 -g -o $EXE $EXTRA_CFLAGS $SRC -lm' COMP_cpp="$COMP_C" COMP_cc="$COMP_C" COMP_p='/usr/bin/fpc -Ci -Cr -Ct -g -O2 -Sg -o$EXE $EXTRA_PFLAGS $SRC' @@ -129,3 +129,15 @@ TEST_SANDBOX_OPTS='-a2 -f -m$MEM_LIMIT -t$TIME_LIMIT' # Sandbox initialization commands SANDBOX_INIT= + +# Translate FreePascal exit codes to names of well-known runtime errors +FREE_PASCAL_RTE=1 + +# DEBUG: Let `ev' run sample tests, too. +#EV_SAMPLE=1 + +# DEBUG: Run `pedant' on all input data +#EV_PEDANT=1 + +# DEBUG: Skip checks (useful when generating output files by running model solution) +#EV_NOCHECK=1