Minor Cleanup

This commit is contained in:
2026-05-01 20:31:42 +03:00
parent c10031ac95
commit 4bcafb0c46
8 changed files with 14 additions and 21 deletions
+5 -5
View File
@@ -1,11 +1,11 @@
[binaries]
c = 'clang-19'
c_ld = 'lld-19'
cpp = 'clang++-19'
cpp_ld = 'lld-19'
c = 'clang'
c_ld = 'lld'
cpp = 'clang++'
cpp_ld = 'lld'
[properties]
c_args = ['-DEV_CC_CLANG=1','-fcolor-diagnostics', '-fansi-escape-codes', '-fms-extensions']
[cmake]
CMAKE_C_COMPILER = 'clang-19'
CMAKE_C_COMPILER = 'clang'