Skip to content
This repository was archived by the owner on Dec 23, 2021. It is now read-only.

Commit d0ad628

Browse files
authored
Update nuitka-hints.py (#56)
`--recurse-none` was deprecated
1 parent 2569d69 commit d0ad628

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hinted-compilation/nuitka-hints.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555

5656
my_opts = [
5757
"--standalone", # the purpose of this script
58-
"--recurse-none", # exclude everything
58+
"--nofollow-imports", # exclude everything
5959
]
6060

6161
try:

0 commit comments

Comments
 (0)