Skip to content

Commit

Permalink
Fix Mypyc not compiling on Arch Linux:
Browse files Browse the repository at this point in the history
Closes mypyc/mypyc#956

This was originally a part of python#13953, see python#13953 (comment)
  • Loading branch information
dosisod committed Nov 1, 2022
1 parent 8c69124 commit ec368be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mypyc/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -534,6 +534,8 @@ def mypycify(
"-Wno-unused-command-line-argument",
"-Wno-unknown-warning-option",
"-Wno-unused-but-set-variable",
"-Wno-cpp",
"-Wno-ignored-optimization-argument",
]
elif compiler.compiler_type == "msvc":
# msvc doesn't have levels, '/O2' is full and '/Od' is disable
Expand Down

0 comments on commit ec368be

Please sign in to comment.