From 8befcf08882e6b96acfb4b4f395ea4ab111358d5 Mon Sep 17 00:00:00 2001 From: devsaurus Date: Sat, 23 Jan 2016 22:36:35 +0100 Subject: [PATCH] enable -std=gnu11 for crypto dir --- app/crypto/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/crypto/Makefile b/app/crypto/Makefile index a3aef405..17f4f70b 100644 --- a/app/crypto/Makefile +++ b/app/crypto/Makefile @@ -15,6 +15,8 @@ ifndef PDIR GEN_LIBS = libcrypto.a endif +STD_CFLAGS=-std=gnu11 -Wimplicit + ############################################################# # Configuration i.e. compile options etc. # Target specific stuff (defines etc.) goes in here!