[boost] Enable debug symbols for release build. Closes #151

This commit is contained in:
Arkadiy Shapkin 2016-10-14 11:18:42 +03:00
parent 1c57981976
commit 6857048521

View File

@ -46,6 +46,7 @@ vcpkg_execute_required_process(
--build-dir=${CURRENT_BUILDTREES_DIR}/${TARGET_TRIPLET}-rel
${B2_OPTIONS}
variant=release
debug-symbols=on
WORKING_DIRECTORY ${SOURCE_PATH}
LOGNAME build-${TARGET_TRIPLET}-rel
)