swc

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

commit fdd0f9e02abfea8fa4ec48ef4a9100b03f83bedc
parent 55dacbb35e0fcb53051499ae231cdb1dbdb10d16
Author: Michael Forney <mforney@mforney.org>
Date:   Mon, 25 Nov 2013 14:00:17 -0800

Don't optimize 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 -g +CFLAGS = -pipe -g PKG_CONFIG ?= pkg-config WAYLAND_SCANNER ?= wayland-scanner