From 8473caf5a6a2d0cf9db3b37fd82ee3adcf8ed88c Mon Sep 17 00:00:00 2001 From: Pierre-Hugues Husson Date: Mon, 9 Nov 2015 21:33:32 +0100 Subject: [PATCH] Update build options. See #2 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ce414b81a..02e5e8c9f 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ PREFIX ?= $(DESTDIR)/usr BINDIR ?= $(PREFIX)/bin LIBDIR ?= $(PREFIX)/lib/x86_64-linux-gnu -CFLAGS ?= -g -Wall -Werror -Wshadow -O2 -pipe -fno-strict-aliasing +CFLAGS ?= -g -Wall -Werror -Wshadow -O2 -pipe -std=gnu11 LDLIBS=$(LIBDIR)/libsepol.a all: sepolicy-inject