enable -std=gnu11 for crypto dir
This commit is contained in:
parent
91b2533aa6
commit
8befcf0888
|
@ -15,6 +15,8 @@ ifndef PDIR
|
||||||
GEN_LIBS = libcrypto.a
|
GEN_LIBS = libcrypto.a
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
STD_CFLAGS=-std=gnu11 -Wimplicit
|
||||||
|
|
||||||
#############################################################
|
#############################################################
|
||||||
# Configuration i.e. compile options etc.
|
# Configuration i.e. compile options etc.
|
||||||
# Target specific stuff (defines etc.) goes in here!
|
# Target specific stuff (defines etc.) goes in here!
|
||||||
|
|
Loading…
Reference in New Issue