Meta: Change the default build type to RelWithDebInfo

By default, we were linking the debug version of all vcpkg dependencies,
which was very noticeable in benchmarks. Let's default to a build type
with reasonable performance.
This commit is contained in:
Timothy Flynn 2024-06-17 08:49:56 -04:00 committed by Tim Flynn
parent 5098ed6b1f
commit 7242fdcf23
Notes: sideshowbarker 2024-07-17 01:04:03 +09:00

View file

@ -13,6 +13,7 @@
"generator": "Ninja",
"binaryDir": "${sourceDir}/Build/ladybird",
"cacheVariables": {
"CMAKE_BUILD_TYPE": "RelWithDebInfo",
"SERENITY_CACHE_DIR": "${sourceDir}/Build/caches",
"CMAKE_TOOLCHAIN_FILE": "${sourceDir}/Toolchain/Tarballs/vcpkg/scripts/buildsystems/vcpkg.cmake",
"VCPKG_INSTALL_OPTIONS": "--no-print-usage"