X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=config;h=b94cb43b3f9552f82d71ded51743ef6555ddb865;hb=e8627523c8a8cddca30e63e3213009df9ff280de;hp=138bb8b3ef958bdda2844f91b996bc5576a3f90f;hpb=f89015c62ae6d40ac0127d0816ec8ae9ae30ff36;p=moe.git diff --git a/config b/config index 138bb8b..b94cb43 100644 --- a/config +++ b/config @@ -31,7 +31,7 @@ CT_USER_LIST=userlist ## Compiler settings: # Known source file extensions -EXTENSIONS="c C cpp p pas" +EXTENSIONS="c cc C cpp p pas" # Extra compiler flags for C (null, but can be overriden) EXTRA_CFLAGS= @@ -43,7 +43,8 @@ EXTRA_PFLAGS= COMP_c='/usr/bin/gcc -O2 -g -o $EXE $EXTRA_CFLAGS $SRC' COMP_C='/usr/bin/g++ -O2 -g -o $EXE $EXTRA_CFLAGS $SRC' COMP_cpp="$COMP_C" -COMP_p='/usr/bin/fpc -Ci -Cr -g -O2 -So -Sg -o$EXE $EXTRA_PFLAGS $SRC' +COMP_cc="$COMP_C" +COMP_p='/usr/bin/fpc -Ci -Cr -Ct -g -gl -O2 -Sg -o$EXE $EXTRA_PFLAGS $SRC' COMP_pas="$COMP_p" # Sandbox options used when compiling