bug 263512 - don't use /opt:nowin98 for windows release builds, it increases code size. r=ben.

This commit is contained in:
bryner%brianryner.com 2004-10-08 18:17:17 +00:00
parent 331238d910
commit 0185c94aa9

View File

@ -311,7 +311,7 @@ else
# symbols in separate PDB files, rather than embedded into the binary.
ifneq (,$(MOZ_PROFILE)$(MOZ_DEBUG_SYMBOLS))
MOZ_OPTIMIZE_FLAGS=-Zi -O1 -UDEBUG -DNDEBUG
OS_LDFLAGS = /DEBUG /OPT:REF /OPT:nowin98
OS_LDFLAGS = /DEBUG /OPT:REF
ifdef MOZ_PROFILE
OS_LDFLAGS += /PDB:NONE
endif