Deleted symbols

With a custom PKGBUILD (on Archlinux), Makepkg command fails with the previous operators. Now, we can build the package without any issues.
This commit is contained in:
Ypnose 2012-10-14 15:21:26 +03:00
parent ffb259ac6b
commit 651cdf38d4
1 changed files with 2 additions and 2 deletions

View File

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