summarylogtreecommitdiffstats
path: root/perldl.conf
diff options
context:
space:
mode:
Diffstat (limited to 'perldl.conf')
-rw-r--r--perldl.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/perldl.conf b/perldl.conf
new file mode 100644
index 000000000000..0f777d7bc437
--- /dev/null
+++ b/perldl.conf
@@ -0,0 +1,10 @@
+#!/usr/bin/perl
+# -*-perl-*-
+
+%PDL_CONFIG = (
+ # Fix building on x86_64 with GCC 4.8
+ # For more info see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=701335
+ OPTIMIZE => "$Config{optimize} -fno-aggressive-loop-optimizations",
+ WITH_HDF => false,
+ #WITH_PLPLOT => 1
+);