Skip to content

Commit

Permalink
Use the win32 order file if it exists & MOZ_COVERAGE is set
Browse files Browse the repository at this point in the history
  • Loading branch information
seawood%netscape.com committed Aug 10, 2002
1 parent a49eb7b commit 3d2d695
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,10 @@ endif
ifdef MOZ_COVERAGE
MOZ_OPTIMIZE_FLAGS=-Zi -O1 -UDEBUG -DNDEBUG
OS_LDFLAGS = /DEBUG /DEBUGTYPE:CV /PDB:NONE /OPT:REF /OPT:nowin98
_ORDERFILE := $(wildcard $(srcdir)/win32.order)
ifneq (,$(_ORDERFILE))
OS_LDFLAGS += /ORDER:@$(srcdir)/win32.order
endif
endif
# MOZ_COVERAGE

Expand Down

0 comments on commit 3d2d695

Please sign in to comment.