diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/data/build/user.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/data/build/user.mk b/src/data/build/user.mk new file mode 100644 index 0000000..dd1eb16 --- /dev/null +++ b/src/data/build/user.mk @@ -0,0 +1,2 @@ +INTERNAL_CFLAGS = -T$(LDSCRIPT) -znoexecstack \ + -L$(LIBC_DIR) -I$(LIBC_DIR)/include/ -pie -no-pie |