mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-10 03:47:44 -03:00
fix comment
This commit is contained in:
parent
398de2919d
commit
6742f45137
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ config("compiler") {
|
|||
ldflags = [ "-Wl,-O3", ] + common_mac_flags
|
||||
|
||||
if (current_cpu == "arm64") {
|
||||
// Alex313031 TODO: Possibly use -mcpu here?
|
||||
# Alex313031 TODO: Possibly use -mcpu here?
|
||||
cflags += [ "-march=armv8.3-a+simd", "-mtune=apple-m1" ]
|
||||
ldflags += [ "-march=armv8.3-a+simd", "-mtune=apple-m1" ]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue