This commit is contained in:
Ypnose 2012-10-20 09:47:43 -07:00
commit 52a957b9b7
1 changed files with 2 additions and 2 deletions

View File

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