# HG changeset patch # User jittat # Date 2008-05-04 17:14:50 # Node ID 1706f495c73a0b2f87ab0fcc585bdb0b174f2dfc # Parent 17b93a2be7ca334674e2d9d4e44fc68deb12bb3c git-svn-id: http://theory.cpe.ku.ac.th/grader/judge/trunk/scripts@238 6386c4cd-e34a-4fa8-8920-d93eb39b512e diff --git a/std-script/compile b/std-script/compile --- a/std-script/compile +++ b/std-script/compile @@ -20,9 +20,9 @@ export CPLUSPLUS_COMPILER=/usr/bin/g++ export PASCAL_COMPILER=/usr/bin/fpc -export C_OPTIONS="-O2 -s -static -lm -Wall" -export CPLUSPLUS_OPTIONS="-O2 -s -static -lm -Wall" -export PASCAL_OPTIONS="-O1 -XS" +export C_OPTIONS="-O2 -s -static -std=c99 -DCONTEST -lm -Wall" +export CPLUSPLUS_OPTIONS="-O2 -s -static -DCONTEST -lm -Wall" +export PASCAL_OPTIONS="-O1 -XS -dCONTEST" # Check for the correct number of arguments. Otherwise, print usage. if [ $# -eq 0 -o $# -gt 4 ]