From 488d562052e61dde32ff0593835acc2713e9a0d1 Mon Sep 17 00:00:00 2001 From: "Victor \"Nate\" Graf" Date: Tue, 8 Aug 2017 11:14:42 -0700 Subject: Add build-time check to enforce PGO compilation for applicable DLL files (#13258) * Added PGO execution verification script Added a script which can help verify whether or not PGO was used to compile PE files passed to it * Added target to enforce PGO compilation * Remove OS checking for enforcepgo --- src/build.proj | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'src/build.proj') diff --git a/src/build.proj b/src/build.proj index 7962d27e99..b59b00c00f 100644 --- a/src/build.proj +++ b/src/build.proj @@ -38,4 +38,18 @@ DestinationFolder="$(BinDir)PDB" /> + + true + false + + + + + + + + + + + -- cgit v1.2.3