summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.mk b/config.mk
index 42c5654..4b143fe 100644
--- a/config.mk
+++ b/config.mk
@@ -6,8 +6,8 @@ PREFIX = /usr/local
# flags
CFLAGS = -ansi -pedantic -Wall -Wextra -Werror -g -D_POSIX_C_SOURCE=200112L -DVERSION=\"$(VERSION)\"
-LDFLAGS =
+LDFLAGS = -static
# compiler and linker
-CC = cc
+CC = musl-gcc
LD = ld