mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-23 18:14:06 +00:00
Compile with -Werror
This commit is contained in:
parent
89ef1161c4
commit
64f3f57af3
|
@ -5,7 +5,7 @@ ifeq (, $(ARCH))
|
|||
endif
|
||||
SYSTEM = $(shell uname -s)
|
||||
ASMFLAGS =
|
||||
DFLAGS = -O2 -g
|
||||
DFLAGS = -O2 -g -Werror
|
||||
|
||||
# ARCH related flags
|
||||
ifeq ($(ARCH), x86_64)
|
||||
|
|
Loading…
Reference in a new issue