mirror of
https://github.com/archlinux/aur.git
synced 2026-03-05 10:22:25 +01:00
9 lines
252 B
Perl
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
|
|
);
|