mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
Changed setting of CXX and CXXFLAGS variables in Makefile
This commit is contained in:
@@ -27,8 +27,8 @@
|
||||
#
|
||||
#
|
||||
#
|
||||
CC = gcc
|
||||
CFLAGS = -O2 -g -Wmissing-prototypes -Wstrict-prototypes \
|
||||
CC ?= gcc
|
||||
CFLAGS ?= -O2 -g -Wmissing-prototypes -Wstrict-prototypes \
|
||||
-Wimplicit -D__USE_FIXED_PROTOTYPES__ -I../include # -DDEBUG
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user