summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAda Christine <adachristine18@gmail.com>2022-03-18 14:35:44 +0000
committerAda Christine <adachristine18@gmail.com>2022-03-18 14:35:44 +0000
commit850bc5ab24390abda7b0334caf3b127a5240dcd4 (patch)
treecbcff8420399cfa20c89d3b5bda6eb5d12252d2e
parent51cfcb98bde7e78b4817a9060885b25b6c3d354c (diff)
we do not need an executable stack
-rw-r--r--kc/defaults.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/kc/defaults.mk b/kc/defaults.mk
index ec6dfd3..db0d18c 100644
--- a/kc/defaults.mk
+++ b/kc/defaults.mk
@@ -5,5 +5,5 @@ CFLAGS += -fPIC -fvisibility=hidden -mgeneral-regs-only
LDFLAGS += -z max-page-size=4096 --export-dynamic -pic \
-z separate-code -pie -Bsymbolic -shared \
- -z execstack -g
+ -z noexecstack -g