Commit 212cc8fd authored by devsaurus's avatar devsaurus
Browse files

enable -std=gnu11 for u8glib and ucglib dir

parent 6822116d
......@@ -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!
......
......@@ -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!
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment