diff options
| author | Fuwn <[email protected]> | 2022-04-14 09:16:36 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-04-14 09:16:36 +0000 |
| commit | e48821775d7b8d5a3b769094472b5c71238d7b1c (patch) | |
| tree | b02b9d14e2009a9ef526f0e4e4c0d6f108843ebe | |
| parent | format: move strings to same line (diff) | |
| download | maple-e48821775d7b8d5a3b769094472b5c71238d7b1c.tar.xz maple-e48821775d7b8d5a3b769094472b5c71238d7b1c.zip | |
fix(build): c++20 instead of c++23 wd0.1.4
| -rw-r--r-- | build.ninja | 2 |
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 |