Changeset 13693


Ignore:
Timestamp:
11/06/11 12:43:19 (12 years ago)
Author:
Mark Evenson
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abcl/abcl.properties.in

    r13678 r13693  
    11# $Id$
    22
     3# XXX should be called 'build.properties' but this collides with its usage by the Eclipe IDE
     4
    35# Template for settings the Ant based build process.
     6
    47
    58# Attempt to perform incremental compilation?
     
    3437#java.options=-d64 -XX:+CMSClassUnloadingEnabled -XX:MaxPermSize=1g
    3538
     39# Enable assertions specified via the JVM contract
     40#java.options=-ea
     41
    3642# Additional site specific startup code to be merged in 'system.lisp' at build time
    3743#abcl.startup.file=${basedir}/startup.lisp
Note: See TracChangeset for help on using the changeset viewer.