summaryrefslogtreecommitdiff
path: root/spellchecker/run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'spellchecker/run.sh')
-rwxr-xr-xspellchecker/run.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/spellchecker/run.sh b/spellchecker/run.sh
index e2df2d4..2d02dd9 100755
--- a/spellchecker/run.sh
+++ b/spellchecker/run.sh
@@ -3,8 +3,9 @@ classpath="${CLASSPATH:+$CLASSPATH:}"
classpath+=build/classes
# Possible env vars:
-#DEBUG_SCORE=1 # Enable debugging of the score
-#NO_PEACH=1 # Print less debug information, use peach I/O formats
+#DEBUG_PRINTS=1 # Enable debugging output to stderr
+#DEBUG_SCORE=1 # Enable debugging of the score. Implies DEBUG_PRINTS=1
+#NO_PEACH=1 # Use peach I/O formats
ant -q -S compile >&2 &&
NO_PEACH=1 \