Skip to content

Commit

Permalink
workflows: build with clang
Browse files Browse the repository at this point in the history
  • Loading branch information
loathingKernel committed Oct 12, 2024
1 parent ec8352e commit 219a02c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/job_nuitka-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
run: >-
python -m nuitka
--assume-yes-for-downloads
--clang
--lto=no
--jobs=4
--static-libpython=no
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/job_nuitka-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,4 @@ jobs:
with:
name: Rare-portable-macos-${{ matrix.arch }}-${{ inputs.version }}.zip
path: Rare-${{ matrix.arch }}.zip

2 changes: 1 addition & 1 deletion .github/workflows/job_nuitka-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: >-
python -m nuitka
--assume-yes-for-downloads
--msvc=latest
--clang
--lto=no
--jobs=4
--static-libpython=no
Expand Down

0 comments on commit 219a02c

Please sign in to comment.