aboutsummaryrefslogtreecommitdiff
path: root/CMakePresets.json
diff options
context:
space:
mode:
Diffstat (limited to 'CMakePresets.json')
-rw-r--r--CMakePresets.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakePresets.json b/CMakePresets.json
index d28f1a5..208a085 100644
--- a/CMakePresets.json
+++ b/CMakePresets.json
@@ -6,6 +6,7 @@
"generator": "Unix Makefiles",
"binaryDir": "${sourceDir}/build/linux",
"cacheVariables": {
+ "CMAKE_BUILD_TYPE": "Release",
"CMAKE_TOOLCHAIN_FILE": "$env{VCPKG_ROOT}/scripts/buildsystems/vcpkg.cmake"
}
}