We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa1d1cd commit 3ada9c3Copy full SHA for 3ada9c3
config.site
@@ -71,9 +71,9 @@
71
## Ditto for a compiler that supports C23 features.
72
## For example 'CC23=clang-15 -std=gnu2x'
73
## This is the default for GCC >= 15.
74
-## -std=gnu23 is addeds where supported
75
-## (it is by GCC >= 14, LLVM clang >= 18 and Apple Clang >= 17).
76
-## -std=gnu2x is supported by at least GCC 12-14, LLVM clang >= 15 and Apple clang >= 16
+## Otherwise -std=gnu23 is added where supported
+## (it is by GCC 14, LLVM clang >= 18 and Apple Clang >= 17).
+## -std=gnu2x is supported by at least GCC 12-13, LLVM clang >= 15 and Apple clang >= 16
77
## Default to CC and CFLAGS with any -std options removed, then with
78
## -std=gmu23 then -std=gmu2x appended to CC
79
## CC23=
0 commit comments