From 17784b10e26032b4043ff5bf08989d9914620a65 Mon Sep 17 00:00:00 2001 From: "wtc%google.com" Date: Tue, 10 Aug 2010 14:32:55 +0000 Subject: [PATCH] Bug 585847: remove -DUSE_DEBUG_RTL, which is not being used. r=nelson. Tag: NSS_3_12_BRANCH git-svn-id: svn://10.0.0.236/branches/NSS_3_12_BRANCH@261013 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/security/coreconf/WIN32.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/security/coreconf/WIN32.mk b/mozilla/security/coreconf/WIN32.mk index a266f7b6ad1..fee3f7a2a37 100644 --- a/mozilla/security/coreconf/WIN32.mk +++ b/mozilla/security/coreconf/WIN32.mk @@ -147,7 +147,7 @@ else # !NS_USE_GCC # (RTL) in the debug build # ifdef USE_DEBUG_RTL - OS_CFLAGS += -MDd -DUSE_DEBUG_RTL -D_CRTDBG_MAP_ALLOC + OS_CFLAGS += -MDd -D_CRTDBG_MAP_ALLOC else OS_CFLAGS += -MD endif