From 50a64f949a12f5e6db94724afa18b08b755eb5e7 Mon Sep 17 00:00:00 2001 From: Kae <80987908+Novaenia@users.noreply.github.com> Date: Sat, 31 May 2025 09:11:46 +1000 Subject: Update CMakePresets.json --- source/CMakePresets.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/CMakePresets.json b/source/CMakePresets.json index d8ec968..ebfea74 100644 --- a/source/CMakePresets.json +++ b/source/CMakePresets.json @@ -52,7 +52,7 @@ "displayName": "Linux x64", "binaryDir": "${sourceParentDir}/build/linux-release", "cacheVariables": { - "CMAKE_BUILD_TYPE": "RelWithDebInfo", + "CMAKE_BUILD_TYPE": "Release", "VCPKG_TARGET_TRIPLET": "x64-linux-mixed", "CMAKE_INCLUDE_PATH": "${sourceParentDir}/lib/linux/include", "CMAKE_LIBRARY_PATH": "${sourceParentDir}/lib/linux", @@ -173,4 +173,4 @@ "configurePreset": "macos-arm-release" } ] -} \ No newline at end of file +} -- cgit v1.2.3