Fix build failure with --enable-quantify (bug 297430). r=bsmedberg, a=asa.

git-svn-id: svn://10.0.0.236/trunk@174681 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bryner%brianryner.com 2005-06-16 05:05:41 +00:00
parent 489644e56a
commit 0983c67e6d

View File

@ -261,7 +261,7 @@ endif
ifdef MOZ_QUANTIFY
# -FIXED:NO is needed for Quantify to work, but it increases the size
# of executables, so only use it if building for Quantify.
WIN32_EXE_LDFLAGS=-FIXED:NO
WIN32_EXE_LDFLAGS += -FIXED:NO
# We need -OPT:NOICF to prevent identical methods from being merged together.
# Otherwise, Quantify doesn't know which method was actually called when it's