mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-17 14:49:30 -07:00
14 lines
526 B
Diff
14 lines
526 B
Diff
diff --git a/nuitka/options/OptionParsing.py b/nuitka/options/OptionParsing.py
|
|
index b6b16d6..bebe1fd 100644
|
|
--- a/nuitka/options/OptionParsing.py
|
|
+++ b/nuitka/options/OptionParsing.py
|
|
@@ -803,7 +803,7 @@ warnings_group.add_option(
|
|
type="choice",
|
|
choices=("never", "force", "error", "warning", "info"),
|
|
dest="update_check",
|
|
- default="warning",
|
|
+ default="never",
|
|
environment_variable_name="NUITKA_UPDATE_CHECK",
|
|
help="""\
|
|
Control checking for newer Nuitka releases. Use "never" to disable it,
|