Tear-free now.

This commit is contained in:
LemonBoy
2012-07-16 22:56:19 +02:00
parent 11e5e2e859
commit 8beab7672d
2 changed files with 16 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
CC ?= gcc
STRIP ?= strip
CFLAGS ?= -Os
CFLAGS ?= -O2
LDFLAGS += -lxcb
CFDEBUG = -g3 -pedantic -Wall -Wunused-parameter -Wlong-long\
-Wsign-conversion -Wconversion -Wimplicit-function-declaration