Deleted symbols

With a custom PKGBUILD (on Archlinux), Makepkg command fails with the previous operators. Now, we can build the package without any issues.
此提交包含在:
Ypnose
2012-10-14 15:21:26 +03:00
父節點 ffb259ac6b
當前提交 651cdf38d4

查看文件

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