summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Jamrules.jam6
1 files changed, 6 insertions, 0 deletions
diff --git a/Jamrules.jam b/Jamrules.jam
index f37db8f..e89e08c 100644
--- a/Jamrules.jam
+++ b/Jamrules.jam
@@ -57,6 +57,12 @@ else if ( $(toolset:I=^msvc) )
{
CCFLAGS += /D$(defines) ;
+ if ( $(fulldebug) )
+ {
+ CCFLAGS += /Zi ;
+ LDFLAGS += /DEBUG ;
+ }
+
if ( $(configuration) = "debug" )
{
CCFLAGS += /D_DEBUG /MTd ;