enable asserts only with debugging

This commit is contained in:
Michael Peter Christen 2012-06-19 08:23:10 +02:00
parent 82a682b31d
commit f7c43e964c

View File

@ -73,8 +73,6 @@ for option in $options;do
;;
-l|--logging)
LOGGING=1
# enable asserts
JAVA_ARGS="$JAVA_ARGS -ea"
if [ $DEBUG -eq 1 ];then
echo "can not combine -l and -d"
exit 1;