From d56b2f7bc3c4747693b0b6bc81a1f6ccd62f69d5 Mon Sep 17 00:00:00 2001 From: Shantanu <12621235+hauntsaninja@users.noreply.github.com> Date: Mon, 2 Jan 2023 14:34:53 -0800 Subject: [PATCH] Mention what the PROFILE_TASK suggested here does --- Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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