mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-10 11:57:48 -03:00
Add -O3 for android
This commit is contained in:
parent
66fddcfbdb
commit
a60909d708
1 changed files with 1 additions and 1 deletions
|
@ -931,7 +931,7 @@ config("compiler_cpu_abi") {
|
|||
}
|
||||
if (is_android) {
|
||||
# Outline atomics crash on Exynos 9810. http://crbug.com/1272795
|
||||
cflags += [ "-mno-outline-atomics" ]
|
||||
cflags += [ "-mno-outline-atomics", "-O3", ]
|
||||
}
|
||||
} else if (current_cpu == "mipsel" && !is_nacl) {
|
||||
ldflags += [ "-Wl,--hash-style=sysv" ]
|
||||
|
|
Loading…
Reference in a new issue