aboutsummaryrefslogtreecommitdiff
path: root/ports/boost
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2016-10-14 16:52:38 -0700
committerAlexander Karatarakis <alkarata@microsoft.com>2016-10-14 16:52:38 -0700
commitf52268db1add49377ff10c7bdf8a21878372fc3c (patch)
tree26b74c30c89d2bda05fe07e544b64d5077645871 /ports/boost
parenteb1cea1f4396677317eda5c8163203aff3054776 (diff)
parent9517eeadbba6e0f491a2961cd359c4c4892ef93f (diff)
downloadvcpkg-f52268db1add49377ff10c7bdf8a21878372fc3c.tar.gz
vcpkg-f52268db1add49377ff10c7bdf8a21878372fc3c.zip
Merge branch 'master' of https://github.com/Microsoft/vcpkg
Diffstat (limited to 'ports/boost')
-rw-r--r--ports/boost/portfile.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/boost/portfile.cmake b/ports/boost/portfile.cmake
index 276bbcbcc..03404b531 100644
--- a/ports/boost/portfile.cmake
+++ b/ports/boost/portfile.cmake
@@ -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
)