rm unused macro (CONCAT2)
This commit is contained in:
parent
ca2f60b977
commit
00b1b26b59
1
Makefile
1
Makefile
|
@ -14,6 +14,7 @@ CFLAGS += -std=c99 -O3 \
|
|||
-Wconversion \
|
||||
-Wc++-compat \
|
||||
-Wbad-function-cast \
|
||||
-Wunused-macros \
|
||||
$(shell pkg-config --cflags ${GTK} ${VTE})
|
||||
|
||||
LDFLAGS += -s -Wl,--as-needed $(shell pkg-config --libs ${GTK} ${VTE})
|
||||
|
|
Loading…
Reference in New Issue