mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-05-08 04:09:00 +00:00
Since the default mode now only builds release vcpkg libraries, having an easy-to-create debug build will be convenient.
4 lines
203 B
CMake
4 lines
203 B
CMake
# Ideally, we would set VCPKG_BUILD_TYPE="debug", but that is currently not supported as a standalone build type.
|
|
# See: https://github.com/microsoft/vcpkg/issues/38224
|
|
set(VCPKG_LIBRARY_LINKAGE static)
|