We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c11e00 commit ff5916dCopy full SHA for ff5916d
assets/environment/source/nginx/build_all.bash
@@ -1,3 +1,7 @@
1
+# 在存在 clang 和 gcc 的情况,因为GCC优化更好,所以需专门指定 gcc 和 g++ 作为解释器
2
+export CC=gcc
3
+export CXX=g++
4
+# 编译选项
5
./configure --prefix=/server/nginx \
6
--builddir=/home/nginx/nginx-1.28.0/build_nginx \
7
assets/environment/source/nginx/build_now.bash
--without-select_module \
0 commit comments