fix mac build
This commit is contained in:
parent
ba52557599
commit
b8c4a557c1
1 changed files with 2 additions and 2 deletions
|
@ -49,8 +49,8 @@ config("compiler") {
|
|||
ldflags = [ "-Wl,-O3", ] + common_mac_flags
|
||||
|
||||
if (current_cpu == "arm64") {
|
||||
cflags += [ "-march=armv8.3-a+simd", "-mfloat-abi=hard", "-mfpu=neon" ]
|
||||
ldflags += [ "-march=armv8.3-a+simd" ]
|
||||
cflags += [ "-march=armv8.3-a+simd", ]
|
||||
ldflags += [ "-march=armv8.3-a+simd", ]
|
||||
}
|
||||
|
||||
if (current_cpu == "x64") {
|
||||
|
|
Loading…
Reference in a new issue