Bug 1084162 - Part 3: PGO most files by default on Windows. r=glandium

This commit is contained in:
David Major 2014-11-04 14:28:57 +13:00
parent 4e08bb483d
commit af0dfeba25

View File

@ -245,13 +245,6 @@ endif
#
_ENABLE_PIC=1
# PGO on MSVC is opt-in
ifdef _MSC_VER
ifndef MSVC_ENABLE_PGO
NO_PROFILE_GUIDED_OPTIMIZE = 1
endif
endif
# No sense in profiling tools
ifdef INTERNAL_TOOLS
NO_PROFILE_GUIDED_OPTIMIZE = 1