faster startup and fix asan error
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user