We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 762f447 commit 643c42aCopy full SHA for 643c42a
CMakePresets.json
@@ -25,7 +25,6 @@
25
"hidden": true,
26
"inherits": "base",
27
"description": "Preset for ARM macOS",
28
- "generator": "Ninja",
29
"cacheVariables": {
30
"CMAKE_SYSTEM_NAME": "Darwin",
31
"VCPKG_TARGET_TRIPLET": "arm64-osx"
@@ -35,7 +34,6 @@
35
34
"name": "linux-x64",
36
37
"description": "Preset for x64 Linux",
38
39
40
"CMAKE_SYSTEM_NAME": "Linux",
41
"VCPKG_TARGET_TRIPLET": "x64-linux",
@@ -45,6 +43,14 @@
45
43
}
46
44
47
},
+ {
+ "name": "linux-x64-release",
48
+ "inherits": "linux-x64",
49
+ "description": "Release preset for x64 Linux",
50
+ "cacheVariables": {
51
+ "CMAKE_BUILD_TYPE": "Release"
52
+ }
53
+ },
54
{
55
"name": "macos-arm-release",
56
"inherits": "macos-arm-base",
0 commit comments