Fix Makefile for VDR*Elec thanks to rell

This commit is contained in:
jojo61 2024-09-24 17:23:30 +02:00
parent 0ff83f0e31
commit 46df18afe0

View File

@ -113,8 +113,8 @@ TMPDIR ?= /tmp
### The compiler options: ### The compiler options:
export CFLAGS = $(call PKGCFG,cflags) export CFLAGS = $(call PKGCFG,cflags) -fpermissive
export CXXFLAGS = $(call PKGCFG,cxxflags) export CXXFLAGS = $(call PKGCFG,cxxflags) -fpermissive
ifeq ($(CFLAGS),) ifeq ($(CFLAGS),)
$(warning CFLAGS not set) $(warning CFLAGS not set)