post_pgi.cmd 555 B

123456789101112131415
  1. ::-------------------------------------------------------------------------------------------------------
  2. :: Copyright (C) Microsoft. All rights reserved.
  3. :: Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
  4. ::-------------------------------------------------------------------------------------------------------
  5. :: PGO Build Workflow:
  6. :: - init_pgi.cmd
  7. :: - build (with PGI instrumentation enabled)
  8. :: * init_pgo.cmd
  9. :: - build (using PGO profile)
  10. set _LINK_=
  11. set POGO_TYPE=
  12. goto:eof