summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSøren Sandmann Pedersen <ssp@redhat.com>2011-12-07 18:23:24 -0500
committerSøren Sandmann Pedersen <ssp@redhat.com>2011-12-07 18:23:24 -0500
commitc01bafa96d8c4152ea5c2f9f58c7d4436a17edf1 (patch)
tree9635fbadc5e699e9b38abe2eea0d5dc5a2d1e8ff /Makefile
parentab5d6813a4e2d32991c11f4b7778e46680fd5b03 (diff)
Fix for non-a8r8g8b8 visuals
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 837ff55..8550b57 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-CFLAGS = `pkg-config --cflags pixman-1 x11` -Wall
+CFLAGS = `pkg-config --cflags pixman-1 x11` -Wall -g
LDFLAGS = `pkg-config --libs pixman-1 x11`
pintria: window.c window.h main.c