From 05820d71d12d90cfb8632f6134ea8ade9ff03e65 Mon Sep 17 00:00:00 2001 From: Packit Service Date: Dec 10 2020 01:36:05 +0000 Subject: Apply patch Digest-SHA-5.93-Reset-CFLAGS.patch patch_name: Digest-SHA-5.93-Reset-CFLAGS.patch present_in_specfile: true --- diff --git a/Makefile.PL b/Makefile.PL index af2c0c3..65f4771 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -64,12 +64,6 @@ if ($^O eq 'VMS') { } } - # Enhance performance on Intel when using gcc - -if ($Config{archname} =~ /^i[3456]86/ && $Config{ccname} eq 'gcc') { - push(@extra, OPTIMIZE => '-O1 -fomit-frame-pointer'); -} - my $fussy = '-Wall -Wextra -Wconversion -Wcast-align -Wpointer-arith '; push(@extra, CCFLAGS => $fussy . $Config{ccflags}) if $opt_w;