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:
@@ -27,8 +27,8 @@
|
||||
#
|
||||
#
|
||||
#
|
||||
CC = gcc
|
||||
CFLAGS = -O2 -g -pedantic -Wmissing-prototypes -Wstrict-prototypes \
|
||||
CC ?= gcc
|
||||
CFLAGS ?= -O2 -g -pedantic -Wmissing-prototypes -Wstrict-prototypes \
|
||||
-Wimplicit -D__USE_FIXED_PROTOTYPES__ # -DDEBUG
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user