[armedbear-cvs] r13693 - trunk/abcl

mevenson at common-lisp.net mevenson at common-lisp.net
Sun Nov 6 12:43:21 UTC 2011


Author: mevenson
Date: Sun Nov  6 04:43:19 2011
New Revision: 13693

Log:
Document how to enable the runtime assertions asserted by the ABCL system.

Modified:
   trunk/abcl/abcl.properties.in

Modified: trunk/abcl/abcl.properties.in
==============================================================================
--- trunk/abcl/abcl.properties.in	Thu Nov  3 09:10:07 2011	(r13692)
+++ trunk/abcl/abcl.properties.in	Sun Nov  6 04:43:19 2011	(r13693)
@@ -1,7 +1,10 @@
 # $Id$
 
+# XXX should be called 'build.properties' but this collides with its usage by the Eclipe IDE
+
 # Template for settings the Ant based build process.
 
+
 # Attempt to perform incremental compilation? 
 #abcl.build.incremental=true
 
@@ -33,5 +36,8 @@
 # help things out.
 #java.options=-d64 -XX:+CMSClassUnloadingEnabled -XX:MaxPermSize=1g
 
+# Enable assertions specified via the JVM contract
+#java.options=-ea
+
 # Additional site specific startup code to be merged in 'system.lisp' at build time
 #abcl.startup.file=${basedir}/startup.lisp




More information about the armedbear-cvs mailing list