Skip to content

Commit

Permalink
Merge pull request MarlinFirmware#3660 from gudnimg/cmake-build-type
Browse files Browse the repository at this point in the history
Set CMake build type to Release when using kit
  • Loading branch information
gudnimg authored Oct 5, 2022
2 parents bfaed27 + d73f1fa commit effd5aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vscode/cmake-kits.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"name": "Local_avr-gcc-none-eabi",
"toolchainFile": "${workspaceFolder}/cmake/LocalAvrGcc.cmake",
"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"
}
}
]

0 comments on commit effd5aa

Please sign in to comment.