enable -std=gnu11 for u8glib and ucglib dir

This commit is contained in:
devsaurus 2016-03-22 22:17:22 +01:00
parent 6822116d64
commit 212cc8fdcd
2 changed files with 4 additions and 0 deletions

View File

@ -15,6 +15,8 @@ ifndef PDIR
GEN_LIBS = u8glib.a
endif
STD_CFLAGS=-std=gnu11 -Wimplicit
#############################################################
# Configuration i.e. compile options etc.
# Target specific stuff (defines etc.) goes in here!

View File

@ -15,6 +15,8 @@ ifndef PDIR
GEN_LIBS = ucglib.a
endif
STD_CFLAGS=-std=gnu11 -Wimplicit
#############################################################
# Configuration i.e. compile options etc.
# Target specific stuff (defines etc.) goes in here!