aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-04-14 09:16:36 +0000
committerFuwn <[email protected]>2022-04-14 09:16:36 +0000
commite48821775d7b8d5a3b769094472b5c71238d7b1c (patch)
treeb02b9d14e2009a9ef526f0e4e4c0d6f108843ebe
parentformat: move strings to same line (diff)
downloadmaple-e48821775d7b8d5a3b769094472b5c71238d7b1c.tar.xz
maple-e48821775d7b8d5a3b769094472b5c71238d7b1c.zip
fix(build): c++20 instead of c++23 wd0.1.4
-rw-r--r--build.ninja2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.ninja b/build.ninja
index 0ac4dfa..b510ec3 100644
--- a/build.ninja
+++ b/build.ninja
@@ -1,5 +1,5 @@
cc = clang++
-cxxflags = -Weverything -Wno-c++98-compat -std=c++2b
+cxxflags = -Weverything -Wno-c++98-compat -std=c++20
ldflags = -lssl -lcrypto
out_dir = out
name = maple