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:
parent
489644e56a
commit
0983c67e6d
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user