aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--make/Makefile1
-rw-r--r--make/build.properties1
2 files changed, 0 insertions, 2 deletions
diff --git a/make/Makefile b/make/Makefile
index 1e0a88e..ab49ed7 100644
--- a/make/Makefile
+++ b/make/Makefile
@@ -71,7 +71,6 @@ endif
ifeq ($(DEBUG_CLASSFILES), true)
ANT_OPTIONS += -Djavac.debug=true
- ANT_OPTIONS += -Djavac.debuglevel=source,lines,vars
endif
# Note: jdk/make/common/Defs.gmk uses LANGUAGE_VERSION (-source NN)
diff --git a/make/build.properties b/make/build.properties
index e022509..f634f26 100644
--- a/make/build.properties
+++ b/make/build.properties
@@ -32,7 +32,6 @@
# options for the <javac> tasks used to compile the tools
javac.target = 5
javac.debug = true
-javac.debuglevel = source,lines
javac.no.jdk.warnings = -XDignore.symbol.file=true
# set the following to -version to verify the versions of javac being used
javac.version.opt =