summarylogtreecommitdiffstats
path: root/perldl.conf
diff options
context:
space:
mode:
Diffstat (limited to 'perldl.conf')
-rw-r--r--perldl.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/perldl.conf b/perldl.conf
index a0e615ab34aa..5f578d0f7b99 100644
--- a/perldl.conf
+++ b/perldl.conf
@@ -4,5 +4,6 @@
%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"
+ OPTIMIZE => "$Config{optimize} -fno-aggressive-loop-optimizations",
+ WITH_PLPLOT => 1
);