summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorThomas Schmucker <ts@its1.de>2026-08-14 14:05:35 +0200
committerThomas Schmucker <ts@its1.de>2026-08-14 14:05:35 +0200
commit4f78ef5b3ab7d4ff864b7ad6d31e0184d1aa0872 (patch)
tree8eed1929e1d86a6c8be90aad4a39108c01597979 /config.mk
parent46c9893607ecd32f8d9e2e6b7c3afa38bfc7e324 (diff)
downloaduse-minmea-4f78ef5b3ab7d4ff864b7ad6d31e0184d1aa0872.tar.gz
use-minmea-4f78ef5b3ab7d4ff864b7ad6d31e0184d1aa0872.tar.bz2
use-minmea-4f78ef5b3ab7d4ff864b7ad6d31e0184d1aa0872.zip
automatischer Download von minmea
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/config.mk b/config.mk
index 29f8ca1..aa17664 100644
--- a/config.mk
+++ b/config.mk
@@ -1,2 +1,3 @@
1CPPFLAGS=-Wall -Werror -pedantic -std=c++17 -O2 -Iinclude -I../minmea/include -I/usr/local/include -DNDEBUG 1CPPFLAGS=-Wall -Wno-gnu-anonymous-struct -pedantic -std=c++23 -O2 -DNDEBUG
2LDFLAGS=-L../minmea/lib -lminmea -L/usr/local/lib -lpthread 2CFLAGS=-Wall -pedantic -std=c11 -O2 -DNDEBUG
3LDFLAGS=-lpthread