utf-8 fixes! Replaced wchar_t with uint16_t. -O2 doesn't increase the binary size that much so let's go for it.

This commit is contained in:
LemonBoy
2014-01-26 13:13:49 +00:00
parent cc34dab746
commit 7ecc02bc80
2 changed files with 16 additions and 15 deletions

View File

@@ -1,6 +1,6 @@
CC ?= gcc
STRIP ?= strip
CFLAGS = -std=c99 -fshort-wchar -Os
CFLAGS = -std=c99 -O2
LDFLAGS = -lxcb
XINERAMA ?= 0
ifneq "$(XINERAMA)" "0"