File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 5858 }
5959 ],
6060 "buildPresets" : [
61+ {
62+ "name" : " build-base" ,
63+ "hidden" : true ,
64+ "description" : " Shared build settings for all compilers" ,
65+ "jobs" : 0 ,
66+ "verbose" : false ,
67+ "inheritConfigureEnvironment" : true
68+ },
6169 {
6270 "name" : " gcc-RelWithDebInfo" ,
71+ "inherits" : " build-base" ,
6372 "configurePreset" : " gcc-RelWithDebInfo" ,
6473 "description" : " Build using gcc-RelWithDebInfo configuration"
6574 },
6675 {
6776 "name" : " gcc-Sanitize" ,
77+ "inherits" : " build-base" ,
6878 "configurePreset" : " gcc-Sanitize" ,
6979 "description" : " Build using gcc-Sanitize configuration"
7080 },
7181 {
7282 "name" : " clang-RelWithDebInfo" ,
83+ "inherits" : " build-base" ,
7384 "configurePreset" : " clang-RelWithDebInfo" ,
7485 "description" : " Build using clang-RelWithDebInfo configuration"
7586 },
7687 {
7788 "name" : " clang-Sanitize" ,
89+ "inherits" : " build-base" ,
7890 "configurePreset" : " clang-Sanitize" ,
7991 "description" : " Build using clang-Sanitize configuration"
8092 }
You can’t perform that action at this time.
0 commit comments