add -ea to runner
we should definitely make asserts unconditional
This commit is contained in:
@@ -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 \
|
||||
"$@"
|
||||
|
||||
Reference in New Issue
Block a user