Skip to content

Commit 9ea0a6f

Browse files
committed
Merge branch 'PHP-8.4'
2 parents 06126b8 + 797f9f5 commit 9ea0a6f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmake/cmake/Flags.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ endif()
2727
if(
2828
CMAKE_C_COMPILER_ID STREQUAL "GNU"
2929
AND DEFINED CMAKE_C_COMPILER_VERSION
30+
AND CMAKE_C_COMPILER_VERSION VERSION_GREATER_EQUAL 8
3031
AND CMAKE_C_COMPILER_VERSION VERSION_LESS 8.3
3132
)
3233
php_check_compiler_flag(C -fno-optimize-strlen PHP_HAS_FNO_OPTIMIZE_STRLEN_C)

0 commit comments

Comments
 (0)