Skip to content

Commit

Permalink
Try with -Wl,--whole-archive explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanChristopheMorinPerso committed Nov 24, 2024
1 parent 5483989 commit 2a12f55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
env:
CIBW_PLATFORM: pyodide
CIBW_BUILD_FRONTEND: 'build; args: --exports=whole_archive'
CIBW_ENVIRONMENT: LDFLAGS="-fwasm-exceptions $LDFLAGS" CXXFLAGS="-fwasm-exceptions $CXXFLAGS"
CIBW_ENVIRONMENT: LDFLAGS="-fwasm-exceptions $LDFLAGS -Wl,--whole-archive" CXXFLAGS="-fwasm-exceptions $CXXFLAGS --whole-archive"

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

0 comments on commit 2a12f55

Please sign in to comment.