Merge 8c151184765e0b0ea484c4f47584558381dbc999 into 930e05eb9a409e810bfaa03e66f2d752c69b138c
This commit is contained in:
commit
52a957b9b7
4
Makefile
4
Makefile
@ -1,7 +1,7 @@
|
|||||||
CC ?= gcc
|
CC ?= gcc
|
||||||
STRIP ?= strip
|
STRIP ?= strip
|
||||||
CFLAGS ?= -std=c99 -fshort-wchar -Os
|
CFLAGS = -std=c99 -fshort-wchar -Os
|
||||||
LDFLAGS += -lxcb
|
LDFLAGS = -lxcb
|
||||||
CFDEBUG = -g3 -pedantic -Wall -Wunused-parameter -Wlong-long\
|
CFDEBUG = -g3 -pedantic -Wall -Wunused-parameter -Wlong-long\
|
||||||
-Wsign-conversion -Wconversion -Wimplicit-function-declaration
|
-Wsign-conversion -Wconversion -Wimplicit-function-declaration
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user