Skip to content

Commit

Permalink
Add /FIXED:NO argument to linker command line for EXEs. Purify
Browse files Browse the repository at this point in the history
requires this to precisely instrument EXEs.  r=wtc
  • Loading branch information
nelsonb%netscape.com committed Dec 6, 2003
1 parent 7785ef8 commit 655c19d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion security/coreconf/WIN32.mk
Expand Up @@ -136,7 +136,8 @@ else # !NS_USE_GCC
USERNAME := $(subst -,_,$(USERNAME))
DEFINES += -DDEBUG -D_DEBUG -UNDEBUG -DDEBUG_$(USERNAME)
DLLFLAGS += -DEBUG -DEBUGTYPE:CV -OUT:"$@"
LDFLAGS += -DEBUG -DEBUGTYPE:CV -PDB:NONE
# Purify requires /FIXED:NO when linking EXEs.
LDFLAGS += -DEBUG -DEBUGTYPE:CV -PDB:NONE /FIXED:NO
endif
endif # NS_USE_GCC

Expand Down

0 comments on commit 655c19d

Please sign in to comment.