From 0a93cfc9c091619599b7fd89ed481449f1f53a04 Mon Sep 17 00:00:00 2001 From: Alexander Udalov Date: Mon, 30 Mar 2015 20:17:21 +0300 Subject: [PATCH] build.xml: drop 'generate.assertions' option It was error-prone, not very useful (only a couple seconds saved on a 3min build), and in fact did not work since 5194310d, because element was failing inside the default javac --- build.xml | 25 ++++++------------------- 1 file changed, 6 insertions(+), 19 deletions(-) diff --git a/build.xml b/build.xml index d4481735471..750545e0b68 100644 --- a/build.xml +++ b/build.xml @@ -5,8 +5,6 @@ - - @@ -71,23 +69,12 @@ - - - - - - - - - - - - - - - - + + + + + +