enable assertions by default. patch by jbellis

git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@774568 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jonathan Ellis 2009-05-13 22:31:52 +00:00
parent 3d7203266a
commit 1fdfad82b3
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ done
# Arguments to pass to the JVM
JVM_OPTS=" \
-ea \
-Xdebug \
-Xrunjdwp:transport=dt_socket,server=y,address=8888,suspend=n \
-Xms128M \