faster startup and fix asan error

This commit is contained in:
2026-02-19 03:47:30 -06:00
parent 06ad466b1a
commit 38f368c6d6
5 changed files with 21 additions and 23 deletions

View File

@@ -76,8 +76,8 @@ return {
c_link_args: []
},
macos_arm64: {
c: 'clang -target arm64-apple-macos11',
cpp: 'clang++ -target arm64-apple-macos11',
c: 'clang -target arm64-apple-macos',
cpp: 'clang++ -target arm64-apple-macos',
ar: 'ar',
strip: 'strip',
system: 'darwin',