summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
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