From 7d2369801619f21306df6ad7c7b583c76877ea56 Mon Sep 17 00:00:00 2001 From: Slaven Rezic Date: Sun, 9 Sep 2018 13:31:23 +0200 Subject: [PATCH] option -fschedule-insns2 not available in some clang versions --- Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.PL b/Makefile.PL index 69c3d08..ea404f6 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,6 +1,6 @@ use ExtUtils::MakeMaker; -my $opt = '-O3 -funroll-loops -fomit-frame-pointer -fschedule-insns2 -Os -fno-strength-reduce -Wall -pipe'; +my $opt = '-O3 -funroll-loops -fomit-frame-pointer -Os -fno-strength-reduce -Wall -pipe'; my $defines = ""; -- 2.11.0