commit
febe0f822d
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…
Reference in New Issue
Block a user