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
This commit is contained in:
wtc%google.com
2010-08-10 14:32:55 +00:00
parent 460faa5498
commit 17784b10e2

View File

@@ -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