From 16540dfbb2bda2a9d6873c070f3d6728470e07b8 Mon Sep 17 00:00:00 2001 From: Nick White Date: Sat, 16 Jul 2011 23:53:39 +0100 Subject: Build statically with musl by default --- config.mk | 4 ++-- 1 file 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 -- cgit v1.2.3