aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorClyne Sullivan <clyne@bitgloo.com>2021-02-21 08:59:15 -0500
committerClyne Sullivan <clyne@bitgloo.com>2021-02-21 08:59:15 -0500
commit5f6181bb3c6ab4274a8068aaf14b278fa65e443e (patch)
treeb10df50b06378e8efb869ea1998f07de100b19ea /Makefile
parente8f312f881d555e9bb92ecd245c398d7c23c33fa (diff)
signal monitoring support
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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).