mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-24 03:27:12 +01:00
[boost] Enable debug symbols for release build. Closes #151
This commit is contained in:
parent
1c57981976
commit
6857048521
@ -46,6 +46,7 @@ vcpkg_execute_required_process(
|
|||||||
--build-dir=${CURRENT_BUILDTREES_DIR}/${TARGET_TRIPLET}-rel
|
--build-dir=${CURRENT_BUILDTREES_DIR}/${TARGET_TRIPLET}-rel
|
||||||
${B2_OPTIONS}
|
${B2_OPTIONS}
|
||||||
variant=release
|
variant=release
|
||||||
|
debug-symbols=on
|
||||||
WORKING_DIRECTORY ${SOURCE_PATH}
|
WORKING_DIRECTORY ${SOURCE_PATH}
|
||||||
LOGNAME build-${TARGET_TRIPLET}-rel
|
LOGNAME build-${TARGET_TRIPLET}-rel
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user