Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
makefiles/arch/native: don't be pedantic
We don't enable this on any other architecture. -pedantic doesn't give us any more beneficial wanrings, only warns about language extensions that are implemented by both GCC and Clang anyway. Since those are the only compilers we are targeting, we can just make use of them to make our lives easier.
- Loading branch information