From e8da67df8369ef38c6efc3680c049e3619be2eac Mon Sep 17 00:00:00 2001 From: "Phil Taylor (M0VSE)" Date: Sat, 28 Mar 2026 20:04:26 +0000 Subject: [PATCH] Update to use C++17 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 47b0316..81a6e0e 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ CC = cc CXX = c++ -CFLAGS = -g -O3 -Wall -std=c++0x -pthread -MMD -MD -I/usr/local/include +CFLAGS = -g -O3 -Wall -std=c++17 -Wno-psabi -pthread -MMD -MD -I/usr/local/include LIBS = -lpthread -lutil -lmosquitto LDFLAGS = -g -L/usr/local/lib