From 063a0de3c10d38741c939297bb19d8284757e00c Mon Sep 17 00:00:00 2001 From: Nick White Date: Mon, 1 Aug 2011 18:26:56 +0100 Subject: Lots of tightening and cleanups --- config.mk | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'config.mk') diff --git a/config.mk b/config.mk index 321a1ec..500e53d 100644 --- a/config.mk +++ b/config.mk @@ -1,4 +1,4 @@ -# See COPYING file for copyright, license and warranty details. +# See COPYING file for copyright and license details. VERSION = prealpha # paths @@ -8,11 +8,11 @@ CFLAGS = -ansi -pedantic -Wall -Wextra -Werror -g -D_POSIX_C_SOURCE=200112L \ -DVERSION=\"$(VERSION)\" # musl static -CC = musl-gcc -LDFLAGS = -static #-s +#CC = musl-gcc +#LDFLAGS = -static #-s # glibc dynamic -#CC = cc -#LDFLAGS = +CC = cc +LDFLAGS = LD = $(CC) -- cgit v1.2.3