Skip to content

Commit c9f27ed

Browse files
committed
update
1 parent f6cba09 commit c9f27ed

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

assets/environment/source/nginx/build_all.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 在存在 clang 和 gcc 的情况,因为GCC优化更好,所以需专门指定 gcc 和 g++ 作为解释器
1+
# 同时存在 clang 和 gcc 时,需指定 gcc 和 g++ 作为编译器,nginx与GCC更友好
22
export CC=gcc
33
export CXX=g++
44
# 编译选项

assets/environment/source/nginx/build_now.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 在存在 clang 和 gcc 的情况,因为GCC优化更好,所以需专门指定 gcc 和 g++ 作为解释器
1+
# 同时存在 clang 和 gcc 时,需指定 gcc 和 g++ 作为编译器,nginx与GCC更友好
22
export CC=gcc
33
export CXX=g++
44
# 编译选项

assets/environment/source/php/build/84.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 在存在 clang 和 gcc 的情况,因为GCC优化更好,所以需专门指定 gcc 和 g++ 作为解释器
1+
# 同时存在 clang 和 gcc 时,需指定 gcc 和 g++ 作为编译器,PHP与GCC更友好
22
export CC=gcc
33
export CXX=g++
44
# 编译选项

0 commit comments

Comments
 (0)