Skip to content

Commit 91902d3

Browse files
committed
preset default release
1 parent e4808b0 commit 91902d3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CMakePresets.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"configurePresets": [
1010
{
1111
"name": "_default", "hidden": true,
12-
"binaryDir": "${sourceDir}/build"
12+
"binaryDir": "${sourceDir}/build",
13+
"cacheVariables": {"CMAKE_BUILD_TYPE": "Release"}
1314
},
1415
{
1516
"name": "ninja", "inherits": "_default",

0 commit comments

Comments
 (0)