Code

remove -g flag from build.xml as it is really not necessary and slows down building...
authorjohanengelen <johanengelen@users.sourceforge.net>
Thu, 13 Dec 2007 16:29:30 +0000 (16:29 +0000)
committerjohanengelen <johanengelen@users.sourceforge.net>
Thu, 13 Dec 2007 16:29:30 +0000 (16:29 +0000)
build.xml

index cdf857cbee35b0eeb60d8f802cadde4a2183b0ba..d6259f4c61e69fc0fddd14b107dbac7df20d4f63 100644 (file)
--- a/build.xml
+++ b/build.xml
               stripcommand="${archutil}strip"
               objcopycommand="${archutil}objcopy">
        <flags>
-           -mwindows -g
+           -mwindows
        </flags>
        <fileset dir="${build}">
            <include name="inkres.o"/>