smdev

suckless mdev
git clone git://git.2f30.org/smdev
Log | Files | Refs | README | LICENSE

commit 88108c5b955e2d5dda48b45e50640b175fcd98f5
parent 6d43175453b678c53975d91d551a544b4fb37954
Author: sin <sin@2f30.org>
Date:   Sun, 28 Sep 2014 12:26:08 +0100

No need to build with debug symbols by default

Diffstat:
Mconfig.mk | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/config.mk b/config.mk @@ -8,5 +8,5 @@ PREFIX = /usr/local #CC = musl-gcc LD = $(CC) CPPFLAGS = -D_BSD_SOURCE -D_GNU_SOURCE -CFLAGS = -g -std=c99 -Wall -pedantic $(CPPFLAGS) -LDFLAGS = -g +CFLAGS = -std=c99 -Wall -pedantic $(CPPFLAGS) +LDFLAGS =