From c28789260d3a2734fcc289e311223173fdde55d5 Mon Sep 17 00:00:00 2001 From: arvidn Date: Sun, 27 Dec 2015 23:02:04 -0500 Subject: [PATCH] enable _GLIBCXX_DEBUG_PEDANTIC along with debug iterators when running tests and simulations. update libsimulator submodule --- Jamfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Jamfile b/Jamfile index 2db64f262..1ee657652 100644 --- a/Jamfile +++ b/Jamfile @@ -482,7 +482,8 @@ feature.compose off : TORRENT_NO_DEPRECATE ; feature boost-link : default static shared : propagated composite ; feature debug-iterators : off on : composite propagated link-incompatible ; -feature.compose on : _SCL_SECURE=1 _GLIBCXX_DEBUG ; +feature.compose on : _SCL_SECURE=1 _GLIBCXX_DEBUG + _GLIBCXX_DEBUG_PEDANTIC ; feature fpic : off on : composite propagated link-incompatible ; feature.compose on : -fPIC ;