From 71578c4bd067e459baab37a86b3d5ffe888c45b3 Mon Sep 17 00:00:00 2001 From: johanengelen Date: Thu, 13 Dec 2007 16:29:30 +0000 Subject: [PATCH] remove -g flag from build.xml as it is really not necessary and slows down building tremendously. If anybody finds use for -g, please let me know. --- build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.xml b/build.xml index cdf857cbe..d6259f4c6 100644 --- a/build.xml +++ b/build.xml @@ -374,7 +374,7 @@ stripcommand="${archutil}strip" objcopycommand="${archutil}objcopy"> - -mwindows -g + -mwindows -- 2.30.2