summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorIan Moffett <ian@osmora.org>2025-09-28 20:00:56 -0400
committerIan Moffett <ian@osmora.org>2025-09-28 20:00:56 -0400
commitd10c7b9e2674278006886f7b6d389ccbda15bb80 (patch)
tree8636c21646960a9ac9831de43e6474961cb93faf /src
parent3447909caaca06c65cb17f9d16e4471478f67376 (diff)
build: Remove -znoexecstack
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'src')
-rw-r--r--src/data/build/user.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/data/build/user.mk b/src/data/build/user.mk
index ad6b023..f2a7557 100644
--- a/src/data/build/user.mk
+++ b/src/data/build/user.mk
@@ -1,3 +1,3 @@
-INTERNAL_CFLAGS = -T$(LDSCRIPT) -znoexecstack \
+INTERNAL_CFLAGS = -T$(LDSCRIPT) \
-L$(LIBC_DIR) -I$(LIBC_DIR)/include/ \
-I$(LIBC_DIR)/$(TARGET)/include/ -pie -no-pie