jaxp/make/Makefile
changeset 2830 2c7571fb9056
parent 2204 a2ef5d8b69d0
child 2831 8ae6ec237119
--- a/jaxp/make/Makefile	Wed Jul 05 16:51:35 2017 +0200
+++ b/jaxp/make/Makefile	Fri Apr 17 15:55:53 2009 +0100
@@ -69,6 +69,14 @@
   endif
 endif
 
+ifeq ($(DEBUG_CLASSFILES), true)
+  ANT_OPTIONS += -Djavac.debug=true
+  ANT_OPTIONS += -Djavac.debuglevel=source,lines,vars
+else
+  ANT_OPTIONS += -Djavac.debug=false
+  ANT_OPTIONS += -Djavac.debuglevel=
+endif
+
 # Note: jdk/make/common/Defs.gmk uses LANGUAGE_VERSION (-source NN)
 # and the somewhat misnamed CLASS_VERSION (-target NN)
 ifdef TARGET_CLASS_VERSION