Changeset 14167
- Timestamp:
- 10/07/12 08:14:24 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/abcl.properties.in
r14165 r14167 1 1 # $Id$ 2 2 3 # XXX should be called 'build.properties' but this collides with its usage by the Eclipe IDE 3 # XXX should be called 'build.properties' but this collides with its 4 # usage by the Eclipe IDE 4 5 5 6 # Template for Ant based build process settings. 6 7 8 # Copy to 'abcl.properties' to set options to local builds. 9 7 10 # Attempt to perform incremental compilation? 8 #abcl.build.incremental=true11 abcl.build.incremental=true 9 12 10 13 # Additional site specific startup code to be merged in 'system.lisp' at build time 11 14 #abcl.startup.file=${basedir}/startup.lisp 12 15 13 # java.options sets the Java options in the abcl wrapper scripts 14 # 16 ## java.options sets the Java options in the abcl wrapper scripts 17 18 # Reasonable defaults for circa-2012, ORCL JVM implementations 19 java.options=-d64 -XX:+CMSClassUnloadingEnabled -XX:MaxPermSize=1g 20 15 21 # See 16 22 # http://www.oracle.com/technetwork/java/javase/tech/vmoptions-jsp-140102.html … … 38 44 39 45 # Enable assertions specified via the JVM contract 46 # TODO move all use of org.armedbear.lisp.Debug assertions to this interface. 40 47 #java.options=-ea 41 48 … … 47 54 48 55 # JVM option to execute when debugging the Lisp compilation via 'abcl.compile.lisp.debug' 56 # Debug the compilation by connecting a JVM debugger to localhost:6789 via JDWP. 49 57 #abcl.compile.lisp.debug.jvmarg=-agentlib:jdwp=transport=dt_socket,server=y,address=6789,suspend=y 50 58
Note: See TracChangeset
for help on using the changeset viewer.