Bug 864948 - Disable pgo and don't link to dynamic win runtime and glue libs when building metrotestharness. r=glandium

This commit is contained in:
Jim Mathies 2013-04-24 08:11:10 -05:00
parent a1ee3bf807
commit b01955565c

View File

@ -8,10 +8,18 @@ srcdir = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
include $(topsrcdir)/config/config.mk
# static win runtime linking
USE_STATIC_LIBS = 1
# don't use moz glue libs
MOZ_GLUE_LDFLAGS =
MOZ_GLUE_PROGRAM_LDFLAGS =
NO_PROFILE_GUIDED_OPTIMIZE = 1
include $(topsrcdir)/config/config.mk
# We want this exe in dist/bin
DIST_SUBDIR =