about summary refs log tree commit diff
path: root/Makefile.musl
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.musl')
-rw-r--r--Makefile.musl5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.musl b/Makefile.musl
new file mode 100644
index 0000000..6304aee
--- /dev/null
+++ b/Makefile.musl
@@ -0,0 +1,5 @@
+include Makefile
+
+CC=musl-gcc
+CFLAGS+=-fno-asynchronous-unwind-tables -fno-stack-protector
+LDFLAGS=-static -Wl,-z -Wl,noexecstack