summaryrefslogtreecommitdiff
path: root/www/nginx/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/nginx/Makefile')
-rw-r--r--www/nginx/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/nginx/Makefile b/www/nginx/Makefile
index 345f71a812a2..761e42ca3453 100644
--- a/www/nginx/Makefile
+++ b/www/nginx/Makefile
@@ -38,6 +38,7 @@ CONFIGURE_ARGS+=--prefix=${PREFIX}/etc/nginx \
.if defined(WITH_DEBUG)
CONFIGURE_ARGS+=--with-debug
+STRIP= #do not strip if nginx with debug information
.endif
.if defined(WITH_OPENSSL_MODULE)