Don't overwrite CFLAGS
This commit is contained in:
parent
d4005c689d
commit
7910c50e0f
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -24,7 +24,7 @@ include ${BUILDDIR}/config.mak
|
|||
|
||||
PROG=${BUILDDIR}/tvheadend
|
||||
|
||||
CFLAGS = -Wall -Werror -Wwrite-strings -Wno-deprecated-declarations
|
||||
CFLAGS += -Wall -Werror -Wwrite-strings -Wno-deprecated-declarations
|
||||
CFLAGS += -Wmissing-prototypes
|
||||
LDFLAGS += -lrt -ldl
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue