From a5a74a6f378f857f2f75b3582a500a2e20bf8250 Mon Sep 17 00:00:00 2001 From: "Johan B. C. Engelen" Date: Fri, 16 May 2014 20:14:07 +0200 Subject: further tweaks to build-x64.xml. enable more experimental features (bzr r13341.1.33) --- build-x64.xml | 16 +++++++--------- 1 file 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 #define POPPLER_NEW_GFXPATCH 1 + #define POPPLER_NEW_GFXFONT 1 /* 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 - -O2 + -O3 -mms-bitfields -fopenmp @@ -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; }" - -DPOPPLER_NEW_GFXFONT - - -DGLIBMM_DISABLE_DEPRECATED -DG_DISABLE_DEPRECATED -- cgit v1.2.3