diff options
| author | Fuwn <[email protected]> | 2022-04-14 02:47:59 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-04-14 02:47:59 +0000 |
| commit | 2ee57aab272ccd337b2089360df4bef88eb223cf (patch) | |
| tree | 433587d7f524a4a14e9524418439d472a24f4cee /build.ninja | |
| parent | feat: validate request (diff) | |
| download | maple-2ee57aab272ccd337b2089360df4bef88eb223cf.tar.xz maple-2ee57aab272ccd337b2089360df4bef88eb223cf.zip | |
build: compile with c++23 working draft
Diffstat (limited to 'build.ninja')
| -rw-r--r-- | build.ninja | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.ninja b/build.ninja index b510ec3..0ac4dfa 100644 --- a/build.ninja +++ b/build.ninja @@ -1,5 +1,5 @@ cc = clang++ -cxxflags = -Weverything -Wno-c++98-compat -std=c++20 +cxxflags = -Weverything -Wno-c++98-compat -std=c++2b ldflags = -lssl -lcrypto out_dir = out name = maple |