Blame SOURCES/nginx-1.14.1-perl-module-hardening.patch

2ace6e
diff --git a/src/http/modules/perl/Makefile.PL b/src/http/modules/perl/Makefile.PL
2ace6e
index 7edadcb..2ebb7c4 100644
2ace6e
--- a/src/http/modules/perl/Makefile.PL
2ace6e
+++ b/src/http/modules/perl/Makefile.PL
2ace6e
@@ -14,7 +14,7 @@ WriteMakefile(
2ace6e
     AUTHOR            => 'Igor Sysoev',
2ace6e
 
2ace6e
     CCFLAGS           => "$ENV{NGX_PM_CFLAGS}",
2ace6e
-    OPTIMIZE          => '-O',
2ace6e
+    OPTIMIZE          => '-O2',
2ace6e
 
2ace6e
     LDDLFLAGS         => "$ENV{NGX_PM_LDFLAGS}",
2ace6e