Merge pull request #713 from jepler/lto-type-diagnostic-bis

Allow building on gcc 5.4, while preserving ability to build with 7.2
This commit is contained in:
Dan Halbert 2018-03-27 09:28:41 -04:00 committed by GitHub
commit 4c2f729a7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -72,7 +72,6 @@ BASE_CFLAGS = \
-Wnested-externs \
-Wunreachable-code \
-Wcast-align \
-Wno-error=lto-type-mismatch \
-D__$(CHIP_VARIANT)__ \
-ffunction-sections \
-fdata-sections \