mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 08:36:15 +00:00
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:
@@ -13,6 +13,7 @@
|
|||||||
"generator": "Ninja",
|
"generator": "Ninja",
|
||||||
"binaryDir": "${sourceDir}/Build/ladybird",
|
"binaryDir": "${sourceDir}/Build/ladybird",
|
||||||
"cacheVariables": {
|
"cacheVariables": {
|
||||||
|
"CMAKE_BUILD_TYPE": "RelWithDebInfo",
|
||||||
"SERENITY_CACHE_DIR": "${sourceDir}/Build/caches",
|
"SERENITY_CACHE_DIR": "${sourceDir}/Build/caches",
|
||||||
"CMAKE_TOOLCHAIN_FILE": "${sourceDir}/Toolchain/Tarballs/vcpkg/scripts/buildsystems/vcpkg.cmake",
|
"CMAKE_TOOLCHAIN_FILE": "${sourceDir}/Toolchain/Tarballs/vcpkg/scripts/buildsystems/vcpkg.cmake",
|
||||||
"VCPKG_INSTALL_OPTIONS": "--no-print-usage"
|
"VCPKG_INSTALL_OPTIONS": "--no-print-usage"
|
||||||
|
|||||||
Reference in New Issue
Block a user