Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build.rs: Remove some previously-added C compiler warnings.
Remove "-Winline" in particular because it has caused problems for multiple people trying to port *ring* to new targets. Remove '-Wextra", trusting the C compiler writers' judgement about what should be in "-Wall." Remove some others since they're more-or-less no longer relevant as we decrease the C code in *ring*.
- Loading branch information