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:
8e00976
)
Makefile: remove stack-protector from CFLAGS
author
Robert Swiecki
<robert@swiecki.net>
Sun, 28 May 2017 16:37:50 +0000
(18:37 +0200)
committer
Robert Swiecki
<robert@swiecki.net>
Sun, 28 May 2017 16:37:50 +0000
(18:37 +0200)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index cea57d98e4f05ef92936bbd0724ba412b1419542..006d3797a97bd21d6864d8855ec5f371a3429709 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-21,7
+21,7
@@
CC ?= gcc
CFLAGS += -O2 -c -std=gnu11 \
-D_GNU_SOURCE \
- -
fstack-protector-all -
Wformat -Wformat=2 -Wformat-security -fPIE \
+ -Wformat -Wformat=2 -Wformat-security -fPIE \
-Wno-format-nonliteral \
-Wall -Wextra -Werror \
-Ikafel/include \