Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dev-lang/python/python-3.10.0_alpha1-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ src_compile() {
export par_arg

if use pgo; then
emake profile-opt PROFILE_TASK="-m test.regrtest ${par_arg} -w -uall,-audio -x test_gdb test_multiprocessing test_subprocess test_tokenize test_signal test_faulthandler test_asyncio test_ctypes test_compileall test_pyexpat test_runpy test_support test_threaded_import test_xmlrpc_net test_multiprocessing_spawn test_httpservers test_logging test_xmlrpc"
emake profile-opt PROFILE_TASK="-m test -x test_gdb test_compileall -j $(nproc) --pgo-extended"
else
emake CPPFLAGS= CFLAGS= LDFLAGS=
fi
Expand Down
2 changes: 1 addition & 1 deletion dev-lang/python/python-3.7.9-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ src_compile() {
export par_arg

if use pgo; then
emake profile-opt PROFILE_TASK="-m test.regrtest ${par_arg} -w -uall,-audio -x test_gdb test_multiprocessing test_subprocess test_tokenize test_signal test_faulthandler test_asyncio test_ctypes test_compileall test_pyexpat test_runpy test_support test_threaded_import test_xmlrpc_net test_multiprocessing_spawn test_httpservers test_logging test_xmlrpc"
emake profile-opt PROFILE_TASK="-m test -x test_gdb test_compileall -j $(nproc) --pgo-extended"
else
emake CPPFLAGS= CFLAGS= LDFLAGS=
fi
Expand Down
2 changes: 1 addition & 1 deletion dev-lang/python/python-3.8.6-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ src_compile() {
export par_arg

if use pgo; then
emake profile-opt PROFILE_TASK="-m test.regrtest ${par_arg} -w -uall,-audio -x test_gdb test_multiprocessing test_subprocess test_tokenize test_signal test_faulthandler test_asyncio test_ctypes test_compileall test_pyexpat test_runpy test_support test_threaded_import test_xmlrpc_net test_multiprocessing_spawn test_httpservers test_logging test_xmlrpc"
emake profile-opt PROFILE_TASK="-m test -x test_gdb test_compileall -j $(nproc) --pgo-extended"
else
emake CPPFLAGS= CFLAGS= LDFLAGS=
fi
Expand Down
2 changes: 1 addition & 1 deletion dev-lang/python/python-3.9.0-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ src_compile() {
export par_arg

if use pgo; then
emake profile-opt PROFILE_TASK="-m test.regrtest ${par_arg} -w -uall,-audio -x test_gdb test_multiprocessing test_subprocess test_tokenize test_signal test_faulthandler test_asyncio test_ctypes test_compileall test_pyexpat test_runpy test_support test_threaded_import test_xmlrpc_net test_multiprocessing_spawn test_httpservers test_logging test_xmlrpc"
emake profile-opt PROFILE_TASK="-m test -x test_gdb test_compileall -j $(nproc) --pgo-extended"
else
emake CPPFLAGS= CFLAGS= LDFLAGS=
fi
Expand Down