summarylogtreecommitdiffstats
path: root/perldl.conf
diff options
context:
space:
mode:
authorAnton Leontiev2013-08-23 16:58:29 +0400
committerAnton Leontiev2015-02-15 07:48:01 +0300
commitfc75b5f0111403f560fd81ca25db739a1efc0b1b (patch)
tree2249a1f6fc5b50c3016bd5c69435ed24d092cf75 /perldl.conf
downloadaur-fc75b5f0111403f560fd81ca25db739a1efc0b1b.tar.gz
Initial commit
Diffstat (limited to 'perldl.conf')
-rw-r--r--perldl.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/perldl.conf b/perldl.conf
new file mode 100644
index 000000000000..a0e615ab34aa
--- /dev/null
+++ b/perldl.conf
@@ -0,0 +1,8 @@
+#!/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"
+);