mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-27 19:24:06 +00:00
Enable -Wall by default.
This commit is contained in:
parent
69ac9176a5
commit
61256fc31a
|
@ -45,7 +45,7 @@ else
|
|||
endif
|
||||
|
||||
CC = gcc
|
||||
CCFLAGS = $(DFLAGS) -I. -I/usr/local/include -L/usr/local/lib
|
||||
CCFLAGS = $(DFLAGS) -I. -I/usr/local/include -L/usr/local/lib -Wall
|
||||
LDFLAGS += -lm
|
||||
LD = gcc
|
||||
YASM = yasm
|
||||
|
|
Loading…
Reference in a new issue