mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
Fixed handling user defined CFLAGS in libdtv/libvdr/Makefile
This commit is contained in:
@@ -29,8 +29,9 @@
|
||||
#
|
||||
CC ?= gcc
|
||||
CFLAGS ?= -O2 -g -Wmissing-prototypes -Wstrict-prototypes \
|
||||
-Wimplicit -D__USE_FIXED_PROTOTYPES__ -I../include # -DDEBUG
|
||||
-Wimplicit -D__USE_FIXED_PROTOTYPES__ # -DDEBUG
|
||||
|
||||
CFLAGS += -I../include
|
||||
|
||||
AR = ar
|
||||
ARFLAGS = r
|
||||
|
Reference in New Issue
Block a user