diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2025-05-31 09:11:46 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-31 09:11:46 +1000 |
commit | 50a64f949a12f5e6db94724afa18b08b755eb5e7 (patch) | |
tree | b587e668e162e8f13e3d5c022fd0c0992aa4c0be /source/CMakePresets.json | |
parent | 08412fdcea2b1e6880d165f7febae6ec0c6d6e57 (diff) |
Update CMakePresets.json
Diffstat (limited to 'source/CMakePresets.json')
-rw-r--r-- | source/CMakePresets.json | 4 |
1 files 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 +} |