swc

Unnamed repository; edit this file 'description' to name the repository.
git clone git://git.nihaljere.xyz/swc
Log | Files | Refs | README | LICENSE

commit 532b1dab7dfb00d00ff5e753ce61b4b3d26ee6d3
parent cdf296e23fe0e7a8efa1a0b394fed995ec6b0d55
Author: Michael Forney <mforney@mforney.org>
Date:   Tue, 19 Nov 2013 17:30:31 -0800

Use -g by default

Diffstat:
Mconfig.mk | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.mk b/config.mk @@ -8,7 +8,7 @@ PKGCONFIGDIR = $(LIBDIR)/pkgconfig CC = gcc CPPFLAGS = -D_GNU_SOURCE # Required for mkostemp -CFLAGS = -O2 -pipe +CFLAGS = -O2 -pipe -g PKG_CONFIG = pkg-config WAYLAND_SCANNER = wayland-scanner