From 035fd686e074fc5a93afde6ae7473effe204995d Mon Sep 17 00:00:00 2001 From: Stepan Koltsov Date: Tue, 1 May 2012 19:22:28 +0400 Subject: [PATCH] add -ea to runner we should definitely make asserts unconditional --- bin/kotlin | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/kotlin b/bin/kotlin index 5cca3809cde..933ac6ed261 100755 --- a/bin/kotlin +++ b/bin/kotlin @@ -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 \ "$@"