1
0
Fork 0
mirror of synced 2024-05-19 03:52:47 +12:00

workflows: try nuitka with mscv and lto

This commit is contained in:
loathingKernel 2022-09-13 19:20:25 +03:00
parent e15aa0a480
commit 177eaa9f67
2 changed files with 4 additions and 4 deletions

View file

@ -89,8 +89,8 @@ jobs:
run: >-
python -m nuitka
--assume-yes-for-downloads
--mingw64
--lto=no
--msvc=latest
--lto=yes
--jobs=2
--static-libpython=no
--standalone

View file

@ -119,8 +119,8 @@ jobs:
run: >-
python -m nuitka
--assume-yes-for-downloads
--mingw64
--lto=no
--msvc=latest
--lto=yes
--jobs=2
--static-libpython=no
--standalone