From 5606b4c399404c0b8f745c6702d70f26eff8b371 Mon Sep 17 00:00:00 2001 From: Steven Le Rouzic Date: Mon, 25 Mar 2024 19:32:02 +0100 Subject: Update to Clang 18, C++23, rework allocator --- compile_flags.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compile_flags.txt') diff --git a/compile_flags.txt b/compile_flags.txt index c264aa2..1f37a65 100644 --- a/compile_flags.txt +++ b/compile_flags.txt @@ -1,5 +1,5 @@ -I. -I3rd_party/vulkan/include -xc++ --std=c++20 +-std=c++23 -Wall -- cgit