make/Makefile

changeset 273
f3d27f02683c
parent 272
321854d9ab19
child 292
163f5d75f77a
equal deleted inserted replaced
272:321854d9ab19 273:f3d27f02683c
105 endif 105 endif
106 endif 106 endif
107 107
108 ifeq ($(DEBUG_CLASSFILES), true) 108 ifeq ($(DEBUG_CLASSFILES), true)
109 ANT_OPTIONS += -Djavac.debug=true 109 ANT_OPTIONS += -Djavac.debug=true
110 ANT_OPTIONS += -Djavac.debuglevel=source,lines,vars 110 ANT_OPTIONS += -Ddebug.classfiles=true
111 endif 111 endif
112 112
113 # Note: jdk/make/common/Defs.gmk uses LANGUAGE_VERSION (-source NN) 113 # Note: jdk/make/common/Defs.gmk uses LANGUAGE_VERSION (-source NN)
114 # and the somewhat misnamed CLASS_VERSION (-target NN) 114 # and the somewhat misnamed CLASS_VERSION (-target NN)
115 ifdef TARGET_CLASS_VERSION 115 ifdef TARGET_CLASS_VERSION

mercurial