Commit 8473caf5 authored by Pierre-Hugues Husson's avatar Pierre-Hugues Husson

Update build options. See #2

parent 85b03852
...@@ -2,7 +2,7 @@ PREFIX ?= $(DESTDIR)/usr ...@@ -2,7 +2,7 @@ PREFIX ?= $(DESTDIR)/usr
BINDIR ?= $(PREFIX)/bin BINDIR ?= $(PREFIX)/bin
LIBDIR ?= $(PREFIX)/lib/x86_64-linux-gnu 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 LDLIBS=$(LIBDIR)/libsepol.a
all: sepolicy-inject all: sepolicy-inject
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment