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 f6cba09 commit c9f27edCopy full SHA for c9f27ed
assets/environment/source/nginx/build_all.bash
@@ -1,4 +1,4 @@
1
-# 在存在 clang 和 gcc 的情况,因为GCC优化更好,所以需专门指定 gcc 和 g++ 作为解释器
+# 同时存在 clang 和 gcc 时,需指定 gcc 和 g++ 作为编译器,nginx与GCC更友好
2
export CC=gcc
3
export CXX=g++
4
# 编译选项
assets/environment/source/nginx/build_now.bash
assets/environment/source/php/build/84.bash
+# 同时存在 clang 和 gcc 时,需指定 gcc 和 g++ 作为编译器,PHP与GCC更友好
0 commit comments