Skip to content

Commit

Permalink
revert to whole_archive
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanChristopheMorinPerso committed Nov 24, 2024
1 parent ce85b02 commit 314bdad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
output-dir: dist
env:
CIBW_PLATFORM: pyodide
CIBW_BUILD_FRONTEND: 'build; args: --exports=pyinit'
CIBW_ENVIRONMENT: LDFLAGS=-fwasm-exceptions CXXFLAGS=-fwasm-exceptions
CIBW_BUILD_FRONTEND: 'build; args: --exports=whole_archive'
CIBW_ENVIRONMENT: LDFLAGS="-fwasm-exceptions -s" CXXFLAGS=-fwasm-exceptions

# - run: |
# pip install pyodide-build==0.22.1
Expand Down

0 comments on commit 314bdad

Please sign in to comment.