From 5f6181bb3c6ab4274a8068aaf14b278fa65e443e Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Sun, 21 Feb 2021 08:59:15 -0500 Subject: signal monitoring support --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 53340e4..7c36535 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ endif # C++ specific options here (added to USE_OPT). ifeq ($(USE_CPPOPT),) - USE_CPPOPT = -std=c++17 -fno-rtti + USE_CPPOPT = -std=c++2a -fno-rtti endif # Enable this if you want the linker to remove unused code and data. @@ -25,7 +25,7 @@ endif # Linker extra options here. ifeq ($(USE_LDOPT),) - USE_LDOPT = +# USE_LDOPT = -L.,-lzig endif # Enable this if you want link time optimizations (LTO). -- cgit v1.2.3