From 4f78ef5b3ab7d4ff864b7ad6d31e0184d1aa0872 Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Fri, 14 Aug 2026 14:05:35 +0200 Subject: automatischer Download von minmea --- config.mk | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'config.mk') diff --git a/config.mk b/config.mk index 29f8ca1..aa17664 100644 --- a/config.mk +++ b/config.mk @@ -1,2 +1,3 @@ -CPPFLAGS=-Wall -Werror -pedantic -std=c++17 -O2 -Iinclude -I../minmea/include -I/usr/local/include -DNDEBUG -LDFLAGS=-L../minmea/lib -lminmea -L/usr/local/lib -lpthread +CPPFLAGS=-Wall -Wno-gnu-anonymous-struct -pedantic -std=c++23 -O2 -DNDEBUG +CFLAGS=-Wall -pedantic -std=c11 -O2 -DNDEBUG +LDFLAGS=-lpthread -- cgit v1.3