diff --git a/docs/manual/CoreTasks/javac.html b/docs/manual/CoreTasks/javac.html index fb62e6d5e..5a59e4645 100644 --- a/docs/manual/CoreTasks/javac.html +++ b/docs/manual/CoreTasks/javac.html @@ -194,8 +194,13 @@ invoking the compiler.

debug - Indicates whether source should be compiled with debug - information; defaults to off. + Indicates whether source should be compiled with + debug information; defaults to off. If set to + off, -g:none will be passed on the + command line for compilers that support it (for other compilers, no + command line argument will be used). If set to true, + the value of the debuglevel attribute determines the + command line argument. No @@ -207,7 +212,7 @@ invoking the compiler.

following keywords: lines, vars, and source. If debuglevel is not specified, by default, - :none will be + nothing will be appended to -g. If debug is not turned on, this attribute will be ignored.