From ecd34c075eab1aa977eeac0bae9a7e5ad546ed77 Mon Sep 17 00:00:00 2001 From: "Johan B. C. Engelen" Date: Thu, 13 Dec 2007 16:29:30 +0000 Subject: 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. (bzr r4225) --- 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 -- cgit v1.2.3