mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-09 03:07:48 -03:00
android fix
This commit is contained in:
parent
c046062997
commit
cab6e4c99a
2 changed files with 6 additions and 1 deletions
2
TODO.md
2
TODO.md
|
@ -36,3 +36,5 @@ made possible by Thorium > Chromium
|
|||
Experiments > Thorium Experiments
|
||||
|
||||
Add captive portals patch > https://github.com/uazo/cromite/blob/master/build/patches/Remove-detection-of-captive-portals.patch
|
||||
|
||||
Restore JXL support on Android.
|
||||
|
|
|
@ -1049,9 +1049,12 @@ config("compiler") {
|
|||
|
||||
# Full RUSTC optimizations.
|
||||
"-Copt-level=3",
|
||||
"-Cllvm-args=-fp-contract=fast",
|
||||
]
|
||||
|
||||
if (current_cpu == "arm64") {
|
||||
rustflags += [ "-Cllvm-args=-fp-contract=fast", ]
|
||||
}
|
||||
|
||||
if (!is_win || force_rustc_color_output) {
|
||||
# Colorize error output. The analogous flag is passed for clang. This must
|
||||
# be platform-gated since rustc will unconditionally output ANSI escape
|
||||
|
|
Loading…
Reference in a new issue