a=mscott,r=rpotts. 54199. optimized windows builds now link w/ the '/opt:nowin98' flag to reduce win98 page info in shared library output. there is a possible shared library loading performance degredation on win98 (I did not notice one on my win98 box).

This commit is contained in:
valeski%netscape.com 2000-09-27 19:25:28 +00:00
Родитель 8038f6e0f2
Коммит b8de615d3e
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -73,14 +73,14 @@ OS_LFLAGS=/DEBUG /DEBUGTYPE:CV /PDB:$(PDBFILE)
# compiler optimization bugs, as well as running with Quantify.
!ifdef MOZ_PROFILE
OS_LFLAGS=/DEBUG /DEBUGTYPE:CV /PDB:NONE /OPT:REF
OS_LFLAGS=/DEBUG /DEBUGTYPE:CV /PDB:NONE /OPT:REF /OPT:nowin98
OPTIMIZER=-Zi -O1 -UDEBUG -DNDEBUG
!else
# MOZ_PROFILE not set.
# optimize it, no symbols
#
OPTIMIZER=-O1 -UDEBUG -DNDEBUG
OS_LFLAGS=
OS_LFLAGS=/OPT:nowin98
!endif
# MOZ_PROFILE