Set CMake build type to Release when using kit
This commit is contained in:
parent
bfaed2768c
commit
d73f1fa28d
|
|
@ -3,7 +3,8 @@
|
||||||
"name": "Local_avr-gcc-none-eabi",
|
"name": "Local_avr-gcc-none-eabi",
|
||||||
"toolchainFile": "${workspaceFolder}/cmake/LocalAvrGcc.cmake",
|
"toolchainFile": "${workspaceFolder}/cmake/LocalAvrGcc.cmake",
|
||||||
"cmakeSettings": {
|
"cmakeSettings": {
|
||||||
"CMAKE_MAKE_PROGRAM": "${workspaceFolder}/.dependencies/ninja-1.10.2/ninja"
|
"CMAKE_MAKE_PROGRAM": "${workspaceFolder}/.dependencies/ninja-1.10.2/ninja",
|
||||||
|
"CMAKE_BUILD_TYPE": "Release"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue