Adapt Makefile CFLAGS

This commit is contained in:
jojo61
2025-10-19 16:31:38 +02:00
parent 9682e5f9a3
commit 40c2152557

View File

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