summaryrefslogtreecommitdiffstats
path: root/4init/config.mk
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--4init/config.mk14
1 files changed, 10 insertions, 4 deletions
diff --git a/4init/config.mk b/4init/config.mk
index ab7e752..acec08c 100644
--- a/4init/config.mk
+++ b/4init/config.mk
@@ -1,5 +1,11 @@
1PREFIX = /usr/local 1PREFIX = /usr/local
2BINDIR = $(PREFIX)/sbin
2 3
3CC = musl-gcc 4CC = tcc
4CFLAGS = -std=c99 -Wextra -Wall -Os -fhardened 5
5LDFLAGS = -s -static 6CFLAGS = -Wall -Werror
7CPPFLAGS = -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700
8
9LDFLAGS =
10# if you are on musl libc, or any other non-shitty, gnu infested libc, I highly suggest enabling static linking
11# LDFLAGS = -static