summarylogtreecommitdiffstats
path: root/perldl.conf
blob: 0f777d7bc437b850c1c3b9ac5e7972fdfc712a56 (plain)
1
2
3
4
5
6
7
8
9
10
#!/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_HDF => false,
	#WITH_PLPLOT => 1
);