-
Notifications
You must be signed in to change notification settings - Fork 710
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build.rs: Set compiler C and CPP (preprocessor) flags in one place.
Apparently it is OK to set `-std=c1x` even when compiling assembly code, so just set it no matter what we're compiling. This simplifies the code and allows future simplification. It's not clear why certain warnings were separated from the others. Combine them too, for the same reasons.
- Loading branch information
1 parent
7218f22
commit 9d2abfc
Showing
1 changed file
with
5 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters