summarylogtreecommitdiffstats
path: root/perldl.conf
blob: 417d1ef3754579ea46e90bae58189f88e08f7fe0 (plain)
1
2
3
4
5
6
7
8
9
#!/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_PLPLOT => 1
);