Skip to content

Commit 7c61eb9

Browse files
authoredApr 8, 2018
Set Environment for PGO
1 parent 039ef85 commit 7c61eb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎documentation/Releasing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ git push la-vache --tags
2222
- [ ] Run `Build > Rebuild Solution`. This makes sure that the tools and generated code are up-to-date. It also creates the `journal_test.exe` binary.
2323
- [ ] Select project `ksp_physics` and run `Build > Profile Guided Optimization > Instrument`.
2424
- [ ] Select project `journal` and run `Project > Set as StartUp Project`
25-
- [ ] With project `journal` selected, run `Project > Properties`. For configuration `Release` select the `Debugging` page and set `Command Arguments` to `--gtest_filter=PlayerTest*Benchmarks --gtest_also_run_disabled_tests`.
25+
- [ ] With project `journal` selected, run `Project > Properties`. For configuration `Release` select the `Debugging` page and set `Command Arguments` to `--gtest_filter=PlayerTest*Benchmarks --gtest_also_run_disabled_tests`. Also set `Environment` to `PATH=$(VC_PGO_RunTime_Dir);$(LocalDebuggerEnvironment)`.
2626
- [ ] Run `Debug > Start Without Debugging`.
2727
- [ ] Answer `Do Not Continue With Build` to the dialog box that asks if you would want to rebuild `ksp_physics`.
2828
- [ ] Answer `Yes` to the dialog box that informs you that there were build errors.

0 commit comments

Comments
 (0)
Please sign in to comment.