summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2014-05-16 18:14:07 +0000
committerJohan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>2014-05-16 18:14:07 +0000
commita5a74a6f378f857f2f75b3582a500a2e20bf8250 (patch)
treed2f5a37099c6972b3fe901b9e19652babf393ab0
parentdon't rely on operator precedence (rev. 13372) (diff)
downloadinkscape-a5a74a6f378f857f2f75b3582a500a2e20bf8250.tar.gz
inkscape-a5a74a6f378f857f2f75b3582a500a2e20bf8250.zip
further tweaks to build-x64.xml.
enable more experimental features (bzr r13341.1.33)
-rw-r--r--build-x64.xml16
1 files changed, 7 insertions, 9 deletions
diff --git a/build-x64.xml b/build-x64.xml
index 7399b0938..af233d335 100644
--- a/build-x64.xml
+++ b/build-x64.xml
@@ -186,8 +186,9 @@
#define HAVE_POPPLER 1
#define HAVE_POPPLER_GLIB 1
#define HAVE_POPPLER_CAIRO 1
- #define POPPLER_NEW_ERRORAPI 1
+ #define POPPLER_NEW_ERRORAPI 1 <!-- poppler changed the error api >= 0.20.0 -->
#define POPPLER_NEW_GFXPATCH 1
+ #define POPPLER_NEW_GFXFONT 1 <!-- poppler changed the api for 0.8.3 -->
/* do we want bitmap manipulation? */
#define WITH_IMAGE_MAGICK 1
@@ -215,10 +216,10 @@
#define LPE_ENABLE_TEST_EFFECTS 1
/* Do we want experimental, unsupported, unguaranteed, etc., SVG2 features enabled? */
- //#define WITH_SVG2 1
- //#define WITH_CSSCOMPOSITE 1
- //#define WITH_CSSBLEND 1
- //#define WITH_MESH 1
+ #define WITH_SVG2 1
+ #define WITH_CSSCOMPOSITE 1
+ #define WITH_CSSBLEND 1
+ #define WITH_MESH 1
//#define HAVE_ASPELL 1
@@ -369,7 +370,7 @@
The errors can be restored by removing these flags after updating to a newer compiler (soon after 0.91 release hopefully) -->
-Wno-error=format -Wno-error=format-extra-args
-Wno-unused-local-typedefs <!-- triggers ton of warnings in (too old?) Boost with newer gcc -->
- -O2
+ -O3
-mms-bitfields
-fopenmp
</flags>
@@ -384,9 +385,6 @@
-D_INTL_REDIRECT_INLINE
-DHAVE_SSL
-DRELAYTOOL_SSL="static const int libssl_is_present=1; static int __attribute__((unused)) libssl_symbol_is_present(char *s){ return 1; }" <!-- inkboard -->
- -DPOPPLER_NEW_GFXFONT <!-- poppler changed the api for 0.8.3 -->
- <!-- uncomment below for future devlibs, if poppler >= 0.20.0 -->
- <!-- -DPOPPLER_NEW_ERRORAPI --> <!-- poppler changed the error api for 0.20.0 -->
<!-- GTK+3 migration -->
-DGLIBMM_DISABLE_DEPRECATED
-DG_DISABLE_DEPRECATED