6928623: Behaviour of VERBOSE=true on langtools build
VERBOSE=true causes -diagnostics to be passed to ant rather than -debug Reviewed-by: jjg
This commit is contained in:
parent
19147ccb61
commit
0592bca0a5
@ -70,7 +70,7 @@ ifdef QUIET
|
||||
endif
|
||||
|
||||
ifdef VERBOSE
|
||||
ANT_OPTIONS += -verbose -diagnostics
|
||||
ANT_OPTIONS += -verbose -debug
|
||||
endif
|
||||
|
||||
ifdef JDK_VERSION
|
||||
|
Loading…
x
Reference in New Issue
Block a user