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:
Родитель
63b2f2cc51
Коммит
217011483f
|
@ -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
|
||||
#
|
||||
|
|
Загрузка…
Ссылка в новой задаче