ignatenkobrain / rpms / nginx

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