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:
@@ -30,8 +30,8 @@
|
||||
|
||||
.DELETE_ON_ERROR:
|
||||
|
||||
CC = gcc
|
||||
CFLAGS = -O2 -g -Wmissing-prototypes -Wstrict-prototypes \
|
||||
CC ?= gcc
|
||||
CFLAGS ?= -O2 -g -Wmissing-prototypes -Wstrict-prototypes \
|
||||
-DNAPI -Wimplicit -D__USE_FIXED_PROTOTYPES__ # -ansi -pedantic
|
||||
|
||||
INCDIRS = -Iinclude -I../include
|
||||
|
Reference in New Issue
Block a user