summarylogtreecommitdiffstats
path: root/perldl.conf
blob: 5f578d0f7b99cb6138fb78fb7a746d6a5e20f44f (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
);