about summary refs log tree commit diff
path: root/Makefile.musl
blob: 6304aeeb3d3f0ab5a5e3f9a75589ab96572bd48b (plain) (blame)
1
2
3
4
5
include Makefile

CC=musl-gcc
CFLAGS+=-fno-asynchronous-unwind-tables -fno-stack-protector
LDFLAGS=-static -Wl,-z -Wl,noexecstack