2020-03-25 11:55:50 +01:00
|
|
|
{
|
|
|
|
|
"buildType": {
|
|
|
|
|
"default": "debug",
|
|
|
|
|
"description": "Configuration Type",
|
|
|
|
|
"choices": {
|
2024-05-16 19:47:35 +02:00
|
|
|
"asan": {
|
|
|
|
|
"short": "ASan",
|
|
|
|
|
"long": "Address Sanitizer",
|
|
|
|
|
"buildType": "Asan"
|
|
|
|
|
},
|
2020-03-25 11:55:50 +01:00
|
|
|
"debug": {
|
|
|
|
|
"short": "Debug",
|
|
|
|
|
"long": "Enable debugging and validation",
|
2023-04-09 16:39:53 +02:00
|
|
|
"buildType": "Debug"
|
2020-03-25 11:55:50 +01:00
|
|
|
},
|
|
|
|
|
"release": {
|
|
|
|
|
"short": "Release",
|
|
|
|
|
"long": "Optimize binary for speed",
|
2023-04-09 16:39:53 +02:00
|
|
|
"buildType": "Release"
|
|
|
|
|
},
|
|
|
|
|
"relwithdebinfo": {
|
|
|
|
|
"short": "RelWithDebInfo",
|
|
|
|
|
"long": "Release with debug symbols",
|
|
|
|
|
"buildType": "RelWithDebInfo"
|
2024-05-30 16:56:22 +02:00
|
|
|
},
|
|
|
|
|
"minsizerel": {
|
|
|
|
|
"short": "MinSizeRel",
|
|
|
|
|
"long": "Minimal size Release",
|
|
|
|
|
"buildType": "MinSizeRel"
|
2020-03-25 11:55:50 +01:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"architecture": {
|
|
|
|
|
"default": "x64",
|
|
|
|
|
"description": "Platform Architecture",
|
|
|
|
|
"choices": {
|
|
|
|
|
"x64": {
|
|
|
|
|
"short": "x64",
|
|
|
|
|
"long": "amd64 platform",
|
2020-03-25 21:29:43 +01:00
|
|
|
"settings": {
|
|
|
|
|
"CMAKE_PLATFORM": "x64"
|
|
|
|
|
}
|
2024-01-17 19:34:38 +01:00
|
|
|
},
|
|
|
|
|
"arm64": {
|
|
|
|
|
"short": "arm64",
|
|
|
|
|
"long": "arm64 platform",
|
|
|
|
|
"settings": {
|
|
|
|
|
"CMAKE_PLATFORM": "arm64"
|
|
|
|
|
}
|
2020-03-25 11:55:50 +01:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|