Skip to content

Commit

Permalink
Use lto=auto in compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
monosans committed Jan 22, 2024
1 parent 2d6296b commit 0c0b23a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
cache: poetry
check-latest: true
- run: poetry install --only main,nuitka --sync --no-root --extras full --no-interaction
- run: poetry run --no-interaction python -m nuitka --onefile --python-flag='-m' --prefer-source-code --assume-yes-for-downloads --lto=yes proxy_scraper_checker
- run: poetry run --no-interaction python -m nuitka --onefile --python-flag='-m' --prefer-source-code --assume-yes-for-downloads proxy_scraper_checker
- uses: actions/upload-artifact@v4
with:
name: artifact-${{ matrix.os }}
Expand Down

0 comments on commit 0c0b23a

Please sign in to comment.