diff --git a/Home.md b/Home.md index e6580f3..139a8dc 100644 --- a/Home.md +++ b/Home.md @@ -211,4 +211,4 @@ Most notably, this enables PGO (profile guided optimization). While your mileage env PYTHON_CONFIGURE_OPTS='--enable-optimizations --with-lto' PYTHON_CFLAGS='-march=native -mtune=native' pyenv install 3.6.0 ``` -You can also customize the task used for profile guided optimization by setting the `PROFILE_TASK` environment variable, for instance, `PROFILE_TASK='-m test.regrtest --pgo -j0'` \ No newline at end of file +You can also customize the task used for profile guided optimization by setting the `PROFILE_TASK` environment variable, for instance, `PROFILE_TASK='-m test.regrtest --pgo -j0'` will run much faster than the default task. \ No newline at end of file