10 lines
174 B
TOML
10 lines
174 B
TOML
[tool.lndl.nuitka.cli]
|
|
main = 'test.py'
|
|
|
|
standalone = true
|
|
clang = true
|
|
msvc = 'latest'
|
|
mingw64 = false
|
|
|
|
# python -m nuitka --main=test.py --standalone --clang --msvc=latest
|