ab020e
From 80c0ee172cceaef933ff5a451ec2a16213e03996 Mon Sep 17 00:00:00 2001
ab020e
From: =?UTF-8?q?Lubo=C5=A1=20Uhliarik?= <luhliari@redhat.com>
ab020e
Date: Wed, 22 Sep 2021 15:55:39 +0200
ab020e
Subject: [PATCH] Set proper compiler optimalization level (O2) for perl
ab020e
 module.
ab020e
ab020e
---
ab020e
 src/http/modules/perl/Makefile.PL | 2 +-
ab020e
 1 file changed, 1 insertion(+), 1 deletion(-)
ab020e
ab020e
diff --git a/src/http/modules/perl/Makefile.PL b/src/http/modules/perl/Makefile.PL
ab020e
index 7edadcb..2ebb7c4 100644
ab020e
--- a/src/http/modules/perl/Makefile.PL
ab020e
+++ b/src/http/modules/perl/Makefile.PL
ab020e
@@ -14,7 +14,7 @@ WriteMakefile(
ab020e
     AUTHOR            => 'Igor Sysoev',
ab020e
 
ab020e
     CCFLAGS           => "$ENV{NGX_PM_CFLAGS}",
ab020e
-    OPTIMIZE          => '-O',
ab020e
+    OPTIMIZE          => '-O2',
ab020e
 
ab020e
     LDDLFLAGS         => "$ENV{NGX_PM_LDFLAGS}",
ab020e
 
ab020e
-- 
ab020e
2.31.1
ab020e