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

optimized builds with MOZ_DEBUG_SYMBOLS=1. r=nelsonb
This commit is contained in:
wtchang%redhat.com 2007-01-14 02:54:49 +00:00
Родитель 63b2f2cc51
Коммит 217011483f
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

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