equal
deleted
inserted
replaced
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 |
74 ANT_OPTIONS += -Djavac.debuglevel=source,lines,vars |
75 else |
|
76 ANT_OPTIONS += -Djavac.debug=false |
|
77 ANT_OPTIONS += -Djavac.debuglevel= |
|
78 endif |
75 endif |
79 |
76 |
80 # Note: jdk/make/common/Defs.gmk uses LANGUAGE_VERSION (-source NN) |
77 # Note: jdk/make/common/Defs.gmk uses LANGUAGE_VERSION (-source NN) |
81 # and the somewhat misnamed CLASS_VERSION (-target NN) |
78 # and the somewhat misnamed CLASS_VERSION (-target NN) |
82 ifdef TARGET_CLASS_VERSION |
79 ifdef TARGET_CLASS_VERSION |