summarylogtreecommitdiffstats
path: root/perldl.conf
blob: a0e615ab34aa1dd8608b52f8a9f903945f2fcca2 (plain)
1
2
3
4
5
6
7
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"
);