aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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).