commit fdd0f9e
Michael Forney
·
2013-11-25 22:00:17 +0000 UTC
parent 55dacbb
Don't optimize by default
1 files changed,
+1,
-1
+1,
-1
1@@ -8,7 +8,7 @@ PKGCONFIGDIR = $(LIBDIR)/pkgconfig
2
3 CC = gcc
4 CPPFLAGS = -D_GNU_SOURCE # Required for mkostemp
5-CFLAGS = -O2 -pipe -g
6+CFLAGS = -pipe -g
7 PKG_CONFIG ?= pkg-config
8 WAYLAND_SCANNER ?= wayland-scanner
9