UTF8 support.

This commit is contained in:
LemonBoy
2012-07-18 17:11:17 +02:00
parent 5f336a6a2d
commit 2214927250
2 changed files with 33 additions and 10 deletions

View File

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