Introduces Regression for 32 and 64 bit threadx and smp kernel in Debug, MinSizeRel and Release configuration #4
@@ -63,5 +63,31 @@
|
||||
"CMAKE_EXPORT_COMPILE_COMMANDS": "ON"
|
||||
}
|
||||
}
|
||||
],
|
||||
"buildPresets": [
|
||||
{
|
||||
"name": "Debug",
|
||||
"configurePreset": "Debug"
|
||||
},
|
||||
{
|
||||
"name": "Debug32",
|
||||
"configurePreset": "Debug32"
|
||||
},
|
||||
{
|
||||
"name": "Release",
|
||||
"configurePreset": "Release"
|
||||
},
|
||||
{
|
||||
"name": "Release32",
|
||||
"configurePreset": "Release32"
|
||||
},
|
||||
{
|
||||
"name": "MinSizeRel",
|
||||
"configurePreset": "MinSizeRel"
|
||||
},
|
||||
{
|
||||
"name": "MinSizeRel32",
|
||||
"configurePreset": "MinSizeRel32"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user