Skip to content

Commit 8a10b67

Browse files
committed
msgpack#119: Enable assertion (-ea) by default when running sbt
1 parent da1d8e3 commit 8a10b67

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ init_default_option_file () {
119119

120120
declare -r cms_opts="-XX:+CMSClassUnloadingEnabled -XX:+UseConcMarkSweepGC"
121121
declare -r jit_opts="-XX:ReservedCodeCacheSize=256m -XX:+TieredCompilation"
122-
declare -r default_jvm_opts="-Dfile.encoding=UTF8 -XX:MaxPermSize=384m -Xms512m -Xmx1536m -Xss2m $jit_opts $cms_opts"
122+
declare -r default_jvm_opts="-ea -Dfile.encoding=UTF8 -XX:MaxPermSize=384m -Xms512m -Xmx1536m -Xss2m $jit_opts $cms_opts"
123123
declare -r noshare_opts="-Dsbt.global.base=project/.sbtboot -Dsbt.boot.directory=project/.boot -Dsbt.ivy.home=project/.ivy"
124124
declare -r latest_28="2.8.2"
125125
declare -r latest_29="2.9.3"

0 commit comments

Comments
 (0)