Skip to content

Commit

Permalink
set to release build
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobharder committed May 15, 2022
1 parent 9e40ea9 commit b944717
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions CMakeSettings.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,22 @@
{
"configurations": [
{
"name": "x64-Debug",
"name": "x64-Release",
"generator": "Ninja",
"configurationType": "Debug",
"inheritEnvironments": [ "msvc_x64_x64" ],
"buildRoot": "${projectDir}\\out\\build\\${name}",
"installRoot": "${projectDir}\\out\\install\\${name}",
"cmakeCommandArgs": "",
"buildCommandArgs": "",
"ctestCommandArgs": ""
"ctestCommandArgs": "",
"variables": [
{
"name": "CMAKE_BUILD_TYPE",
"value": "Release",
"type": "STRING"
}
]
}
]
}

0 comments on commit b944717

Please sign in to comment.