Switched to clang and C23

Signed-off-by: Robear Selwans <robear.selwans@outlook.com>
This commit is contained in:
2024-10-13 00:07:49 +03:00
parent 7ea2195fcb
commit 3e3967c1ce
5 changed files with 21 additions and 6 deletions

4
meson-native-clang Normal file
View File

@@ -0,0 +1,4 @@
[binaries]
c = 'clang.exe'
c_ld = 'lld'
cpp = 'clang++.exe'