projects
/
platform
/
upstream
/
nsjail.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e11423a
)
Makefile: remove space
author
Robert Swiecki
<robert@swiecki.net>
Fri, 15 Sep 2017 16:12:18 +0000
(18:12 +0200)
committer
Robert Swiecki
<robert@swiecki.net>
Fri, 15 Sep 2017 16:12:18 +0000
(18:12 +0200)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 289a021493bb1375c6d5b18059b00cf1871895c2..405e16f40f53b8442aa4feb2806131b529f836d6 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-27,9
+27,8
@@
COMMON_FLAGS += -O2 -c \
-Wall -Wextra -Werror \
-Ikafel/include
-CFLAGS += $(COMMON_FLAGS) -std=gnu11
+CFLAGS += $(COMMON_FLAGS) -std=gnu11
CXXFLAGS += $(COMMON_FLAGS) $(shell pkg-config --cflags protobuf) -std=c++11 -Wno-unused
-
LDFLAGS += -Wl,-z,now -Wl,-z,relro -pie -Wl,-z,noexecstack -lpthread -lcap $(shell pkg-config --libs protobuf)
BIN = nsjail