Changeset 7043 in josm for trunk/build.xml


Ignore:
Timestamp:
2014-05-02T00:43:10+02:00 (10 years ago)
Author:
bastiK
Message:

see #9691 - added command line option to enable debug level trace
added map paint performance output for trace level debug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/build.xml

    r7040 r7043  
    190190            <arg value="${javacc.home}/javacc.jar"/>
    191191            <arg value="javacc"/>
     192            <arg value="-DEBUG_PARSER=false"/>
     193            <arg value="-DEBUG_TOKEN_MANAGER=false"/>
    192194            <arg value="-JDK_VERSION=1.7"/>
    193195            <arg value="-GRAMMAR_ENCODING=UTF-8"/>
Note: See TracChangeset for help on using the changeset viewer.