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

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