Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii authored Jun 8, 2024
1 parent a77277a commit 36c637c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/emscripten.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
actions-cache-folder: emsdk-cache

- name: Build
run: pyodide build --exports whole_archive
run: CXXFLAGS=-fexceptions LDFLAGS=-fexceptions pyodide build --exports whole_archive

- uses: actions/setup-node@v4
with:
Expand Down
5 changes: 0 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -117,11 +117,6 @@ sdist.exclude = [
write_to = "src/boost_histogram/version.py"


[tool.pyodide.build]
cxxflags = "-fexceptions"
ldflags = "-fexceptions"


[tool.pytest.ini_options]
minversion = "6.0"
junit_family = "xunit2"
Expand Down

0 comments on commit 36c637c

Please sign in to comment.