[client] Makefile: stop at the first error

This commit is contained in:
Geoffrey McRae 2018-01-05 11:45:30 +11:00
parent 50ba9b4899
commit 2dfb1cf1a6

View File

@ -5,6 +5,7 @@ LDFLAGS = -lrt
CFLAGS += -ffast-math
CFLAGS += -fdata-sections -ffunction-sections
LDFLAGS += -Wl,--gc-sections
CFLAGS += -Wfatal-errors
LIBS = sdl2 SDL2_ttf gl glu libssl openssl spice-protocol fontconfig x11 libconfig libva libva-glx
CFLAGS += $(shell pkg-config --cflags $(LIBS))