summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2012-05-25 23:32:52 +0000
committerJohan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>2012-05-25 23:32:52 +0000
commitffa974cd8dbace984f3879ae280650a3dbeff78a (patch)
tree67fc862dbea6ed9a621606edcd35e7b56965c944 /build.xml
parentgradient mesh: add NULL checks to fix crash? (diff)
downloadinkscape-ffa974cd8dbace984f3879ae280650a3dbeff78a.tar.gz
inkscape-ffa974cd8dbace984f3879ae280650a3dbeff78a.zip
mesh gradient: fix bad indexing
(bzr r11417)
Diffstat (limited to 'build.xml')
-rwxr-xr-xbuild.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/build.xml b/build.xml
index 884324907..1217f736d 100755
--- a/build.xml
+++ b/build.xml
@@ -31,7 +31,7 @@
## P R O J E C T : I N K S C A P E
########################################################################
-->
-<project name="Inkscape" default="dist-all" basedir=".">
+<project name="Inkscape" default="dist-inkscape" basedir=".">
<description>
Build file for the Inkscape SVG editor. This file
was written for GTK-2.10 on Win32, but it should work
@@ -344,6 +344,7 @@
-O2
-mms-bitfields
-fopenmp
+ -march=native
</flags>
<defines>
-DVERSION=\"${version}\"
@@ -451,7 +452,6 @@
stripcommand="${archutil}strip"
objcopycommand="${archutil}objcopy">
<flags>
- -mwindows
-mthreads
</flags>
<fileset dir="${build}">
@@ -524,7 +524,6 @@
stripcommand="${archutil}strip"
objcopycommand="${archutil}objcopy">
<flags>
- -mwindows
-mthreads
</flags>
<fileset dir="${build}">