diff --git a/util/configure b/util/configure index f2d292c..c4f2ec6 100755 --- a/util/configure +++ b/util/configure @@ -278,7 +278,7 @@ sub build_resty_opts { $opts_line .= " \\\n --with-debug"; } else { - unshift @ngx_cc_opts, '-O2'; + #unshift @ngx_cc_opts, '-O2'; } $opts_line .= " \\\n --with-cc-opt='@ngx_cc_opts'";