aboutsummaryrefslogtreecommitdiff
path: root/make/windows/makefiles/debug.make
diff options
context:
space:
mode:
Diffstat (limited to 'make/windows/makefiles/debug.make')
-rw-r--r--make/windows/makefiles/debug.make3
1 files changed, 2 insertions, 1 deletions
diff --git a/make/windows/makefiles/debug.make b/make/windows/makefiles/debug.make
index 9f434729d..36a12dc9d 100644
--- a/make/windows/makefiles/debug.make
+++ b/make/windows/makefiles/debug.make
@@ -38,7 +38,8 @@ default:: $(BUILD_PCH_FILE) $(AOUT) launcher checkAndBuildSA wb
!include ../local.make
!include compile.make
-CXX_FLAGS=$(CXX_FLAGS) $(DEBUG_OPT_OPTION)
+# _NMT_NOINLINE_ informs NMT that no inlining by Compiler
+CXX_FLAGS=$(CXX_FLAGS) $(DEBUG_OPT_OPTION) /D "_NMT_NOINLINE_"
!include $(WorkSpace)/make/windows/makefiles/vm.make
!include local.make