Skip to content

Commit b944717

Browse files
committed
set to release build
1 parent 9e40ea9 commit b944717

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

CMakeSettings.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,22 @@
11
{
22
"configurations": [
33
{
4-
"name": "x64-Debug",
4+
"name": "x64-Release",
55
"generator": "Ninja",
66
"configurationType": "Debug",
77
"inheritEnvironments": [ "msvc_x64_x64" ],
88
"buildRoot": "${projectDir}\\out\\build\\${name}",
99
"installRoot": "${projectDir}\\out\\install\\${name}",
1010
"cmakeCommandArgs": "",
1111
"buildCommandArgs": "",
12-
"ctestCommandArgs": ""
12+
"ctestCommandArgs": "",
13+
"variables": [
14+
{
15+
"name": "CMAKE_BUILD_TYPE",
16+
"value": "Release",
17+
"type": "STRING"
18+
}
19+
]
1320
}
1421
]
1522
}

0 commit comments

Comments
 (0)