Skip to content

Commit

Permalink
Add pynacl (#3500)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoodmane committed Jan 28, 2023
1 parent ffb328c commit 6361eb8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyodide_build/pywasmcross.py
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,8 @@ def replay_genargs_handle_argument(arg: str) -> str | None:
# gcc flag that clang does not support
"-Bsymbolic-functions",
'-fno-second-underscore',
'-fstack-protector', # doesn't work?
'-fno-strict-overflow', # warning: argument unused during compilation
]:
return None
# fmt: on
Expand Down

0 comments on commit 6361eb8

Please sign in to comment.