Description:
git-svn-id: http://theory.cpe.ku.ac.th/grader/judge/trunk/scripts@238 6386c4cd-e34a-4fa8-8920-d93eb39b512e
Commit status:
[Not Reviewed]
References:
Diff options:
Comments:
0 Commit comments
0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
r57:1706f495c73a - - 1 file changed: 3 inserted, 3 deleted
@@ -20,9 +20,9 | |||||
|
20 | export CPLUSPLUS_COMPILER=/usr/bin/g++ |
|
20 | export CPLUSPLUS_COMPILER=/usr/bin/g++ |
|
21 | export PASCAL_COMPILER=/usr/bin/fpc |
|
21 | export PASCAL_COMPILER=/usr/bin/fpc |
|
22 |
|
22 | ||
|
23 | - export C_OPTIONS="-O2 -s -static -lm -Wall" |
|
23 | + export C_OPTIONS="-O2 -s -static -std=c99 -DCONTEST -lm -Wall" |
|
24 | - export CPLUSPLUS_OPTIONS="-O2 -s -static -lm -Wall" |
|
24 | + export CPLUSPLUS_OPTIONS="-O2 -s -static -DCONTEST -lm -Wall" |
|
25 | - export PASCAL_OPTIONS="-O1 -XS" |
|
25 | + export PASCAL_OPTIONS="-O1 -XS -dCONTEST" |
|
26 |
|
26 | ||
|
27 | # Check for the correct number of arguments. Otherwise, print usage. |
|
27 | # Check for the correct number of arguments. Otherwise, print usage. |
|
28 | if [ $# -eq 0 -o $# -gt 4 ] |
|
28 | if [ $# -eq 0 -o $# -gt 4 ] |
You need to be logged in to leave comments.
Login now