Bug 232600: use the same linker flags for programs as for DLLs when doing

optimized builds with MOZ_DEBUG_SYMBOLS=1. r=nelsonb


git-svn-id: svn://10.0.0.236/trunk@218285 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
wtchang%redhat.com 2007-01-14 02:54:49 +00:00
parent f820a3cbb7
commit 84b798c461

View File

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