make/Makefile

changeset 56
35c29ff8d904
parent 55
ab30d5761947
child 57
d95fec0fa489
equal deleted inserted replaced
55:ab30d5761947 56:35c29ff8d904
69 endif 69 endif
70 endif 70 endif
71 71
72 ifeq ($(DEBUG_CLASSFILES), true) 72 ifeq ($(DEBUG_CLASSFILES), true)
73 ANT_OPTIONS += -Djavac.debug=true 73 ANT_OPTIONS += -Djavac.debug=true
74 ANT_OPTIONS += -Djavac.debuglevel=source,lines,vars
75 endif 74 endif
76 75
77 # Note: jdk/make/common/Defs.gmk uses LANGUAGE_VERSION (-source NN) 76 # Note: jdk/make/common/Defs.gmk uses LANGUAGE_VERSION (-source NN)
78 # and the somewhat misnamed CLASS_VERSION (-target NN) 77 # and the somewhat misnamed CLASS_VERSION (-target NN)
79 ifdef TARGET_CLASS_VERSION 78 ifdef TARGET_CLASS_VERSION

mercurial