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

Commit

Permalink
Update nuitka-hints.py (#56)
Browse files Browse the repository at this point in the history
`--recurse-none` was deprecated
  • Loading branch information
h4ckzard committed Feb 7, 2021
1 parent 2569d69 commit d0ad628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hinted-compilation/nuitka-hints.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@

my_opts = [
"--standalone", # the purpose of this script
"--recurse-none", # exclude everything
"--nofollow-imports", # exclude everything
]

try:
Expand Down

0 comments on commit d0ad628

Please sign in to comment.