aur/perldl.conf
2015-02-15 07:48:20 +03:00

9 lines
252 B
Perl

#!/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
);