enable -std=gnu11 for mqtt dir

This commit is contained in:
devsaurus 2016-01-23 22:42:55 +01:00
parent 19fda87e33
commit b3b50646ef
1 changed files with 2 additions and 0 deletions

View File

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