enable -std=gnu11 for mqtt dir
This commit is contained in:
parent
19fda87e33
commit
b3b50646ef
|
@ -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!
|
||||
|
|
Loading…
Reference in New Issue