From 66311b3f6730ab2c334ca964e2eb44c90243aee5 Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Fri, 23 Aug 2024 17:07:03 -0500 Subject: [PATCH] updated build system --- .clangd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.clangd b/.clangd index 13e6b880..37b844d1 100644 --- a/.clangd +++ b/.clangd @@ -1,5 +1,5 @@ { "CompileFlags": { - "Remove": ["-flarge-source-files"] + "Remove": ["-flarge-source-files", "-fext-numeric-literals"] } }