summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtchang%redhat.com <devnull@localhost>2007-01-14 02:53:29 +0000
committerwtchang%redhat.com <devnull@localhost>2007-01-14 02:53:29 +0000
commit9325d30c86aefdca18bf5745375cf9d6f0e73f15 (patch)
tree3a2bf256e7c5c49cae6ebb00b78a9ed1224ed668
parent3c3682c0a0d6a0f5f0ee858508f9c2aee8489f7e (diff)
downloadnss-hg-9325d30c86aefdca18bf5745375cf9d6f0e73f15.tar.gz
Bug 232600: use the same linker flags for programs as for DLLs when doingSONGBIRD_20070117_01_TAGNSS_3_11_5_BETA2
optimized builds with MOZ_DEBUG_SYMBOLS=1. r=nelsonb Tag: NSS_3_11_BRANCH
-rw-r--r--security/coreconf/WIN32.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/security/coreconf/WIN32.mk b/security/coreconf/WIN32.mk
index aa80efde2..9320c10e2 100644
--- a/security/coreconf/WIN32.mk
+++ b/security/coreconf/WIN32.mk
@@ -130,6 +130,7 @@ else # !NS_USE_GCC
endif
ifneq (,$(MOZ_PROFILE)$(MOZ_DEBUG_SYMBOLS))
DLLFLAGS += -DEBUG -OPT:REF
+ LDFLAGS += -DEBUG -OPT:REF
endif
else
#