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

此提交包含在:
LemonBoy
2014-01-26 13:13:49 +00:00
父節點 cc34dab746
當前提交 7ecc02bc80
共有 2 個檔案被更改,包括 16 行新增15 行删除

查看文件

@@ -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"