added -Wno-psabi

unstable
Tom Early 4 years ago
parent 5355bbbd45
commit 6e90b980b9

@ -29,9 +29,9 @@ DATADIR = /var/lib/xlxd
CC = g++
ifeq ($(debug), true)
CFLAGS = -ggdb3 -W -Werror -c -std=c++11 -MMD -MD -c
CFLAGS = -ggdb3 -W -Werror -Wno-psabi -c -std=c++11 -MMD -MD -c
else
CFLAGS = -c -W -Werror -std=c++11 -MMD -MD -c
CFLAGS = -c -W -Werror -Wno-psabi -std=c++11 -MMD -MD -c
endif
LDFLAGS=-pthread

Loading…
Cancel
Save

Powered by TurnKey Linux.