add -ea to runner

we should definitely make asserts unconditional
This commit is contained in:
Stepan Koltsov
2012-05-01 19:22:28 +04:00
parent 67013cbaf5
commit 035fd686e0
+1
View File
@@ -23,6 +23,7 @@ classpath="$classpath:$root/out/production/stdlib"
classpath="$classpath:$root/lib/*:$ideaRoot/lib/*:$ideaRoot/lib/rt/*"
exec java $JAVA_OPTS \
-ea \
-classpath "$classpath" \
org.jetbrains.jet.cli.jvm.K2JVMCompiler \
"$@"