2424 "ZTD_THREAD_DOCUMENTATION" : false
2525 }
2626 },
27+ {
28+ "name" : " base-gcc-windows" ,
29+ "description" : " Initial values for configuration (GCC for Windows)" ,
30+ "displayName" : " Core values for user CMake builds (GCC for Windows)" ,
31+ "hidden" : true ,
32+ "condition" : {
33+ "type" : " equals" ,
34+ "lhs" : " ${hostSystemName}" ,
35+ "rhs" : " Windows" ,
36+ "$comment" : " "
37+ },
38+ "cacheVariables" : {
39+ "CMAKE_CXX_LINK_EXECUTABLE" : " lld-link" ,
40+ "CMAKE_C_LINK_EXECUTABLE" : " lld-link"
41+ }
42+ },
43+ {
44+ "name" : " base-gcc-macos" ,
45+ "description" : " Initial values for configuration (GCC for MacOS)" ,
46+ "displayName" : " Core values for user CMake builds (GCC for MacOS)" ,
47+ "hidden" : true ,
48+ "condition" : {
49+ "type" : " equals" ,
50+ "lhs" : " ${hostSystemName}" ,
51+ "rhs" : " MacOS"
52+ },
53+ "cacheVariables" : {
54+ "CMAKE_CXX_LINK_EXECUTABLE" : " ld64.lld" ,
55+ "CMAKE_C_LINK_EXECUTABLE" : " ld64.lld"
56+ }
57+ },
2758 {
2859 "name" : " msvc" ,
2960 "description" : " MSVC default configuration" ,
4071 "name" : " gcc" ,
4172 "description" : " GCC default configuration" ,
4273 "displayName" : " GCC" ,
43- "inherits" : " base" ,
74+ "inherits" : [
75+ " base"
76+ ],
4477 "cacheVariables" : {
4578 "CMAKE_CXX_COMPILER" : " g++" ,
4679 "CMAKE_C_COMPILER" : " gcc"
109142 "CMAKE_C_STANDARD" : " 23"
110143 }
111144 },
112- {
113- "name" : " local-base-gcc" ,
114- "description" : " Initial values for configuration (GCC for Windows)" ,
115- "displayName" : " Core values for user CMake builds (GCC for Windows)" ,
116- "hidden" : true ,
117- "condition" : {
118- "type" : " equals" ,
119- "lhs" : " ${hostSystemName}" ,
120- "rhs" : " Windows"
121- },
122- "cacheVariables" : {
123- "CMAKE_CXX_LINK_EXECUTABLE" : " lld.exe" ,
124- "CMAKE_C_LINK_EXECUTABLE" : " lld.exe"
125- }
126- },
127145 {
128146 "name" : " local-clang" ,
129147 "displayName" : " Local Clang" ,
139157 "description" : " Local default GCC configuration" ,
140158 "inherits" : [
141159 " local-base" ,
142- " local-base-gcc" ,
143160 " gcc"
144161 ]
145162 },
702719 ]
703720 }
704721 ]
705- }
722+ }
0 commit comments