mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-14 13:07:54 +00:00
[client] Makefile: stop at the first error
This commit is contained in:
parent
50ba9b4899
commit
2dfb1cf1a6
1 changed files with 1 additions and 0 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue