Several small corrections

This commit is contained in:
Georg Reinke
2012-07-24 12:25:45 +02:00
parent 8a35dc7695
commit ab350c86f7
2 changed files with 24 additions and 18 deletions

View File

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