зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
8038f6e0f2
Коммит
b8de615d3e
|
@ -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
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче