make/Makefile

changeset 272
321854d9ab19
parent 271
4b72c2556789
child 273
f3d27f02683c
equal deleted inserted replaced
271:4b72c2556789 272:321854d9ab19
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 += -Djavac.debuglevel=source,lines,vars
111 else
112 ANT_OPTIONS += -Djavac.debug=false
113 ANT_OPTIONS += -Djavac.debuglevel=
114 endif 111 endif
115 112
116 # Note: jdk/make/common/Defs.gmk uses LANGUAGE_VERSION (-source NN) 113 # Note: jdk/make/common/Defs.gmk uses LANGUAGE_VERSION (-source NN)
117 # and the somewhat misnamed CLASS_VERSION (-target NN) 114 # and the somewhat misnamed CLASS_VERSION (-target NN)
118 ifdef TARGET_CLASS_VERSION 115 ifdef TARGET_CLASS_VERSION

mercurial