enable -std=gnu11 for crypto dir

This commit is contained in:
devsaurus 2016-01-23 22:36:35 +01:00
parent 91b2533aa6
commit 8befcf0888
1 changed files with 2 additions and 0 deletions

View File

@ -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!