File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
arm/build/config/compiler Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -36,3 +36,5 @@ made possible by Thorium > Chromium
36
36
Experiments > Thorium Experiments
37
37
38
38
Add captive portals patch > https://github.com/uazo/cromite/blob/master/build/patches/Remove-detection-of-captive-portals.patch
39
+
40
+ Restore JXL support on Android.
Original file line number Diff line number Diff line change @@ -1049,9 +1049,12 @@ config("compiler") {
1049
1049
1050
1050
# Full RUSTC optimizations.
1051
1051
" -Copt-level=3" ,
1052
- " -Cllvm-args=-fp-contract=fast" ,
1053
1052
]
1054
1053
1054
+ if (current_cpu == " arm64" ) {
1055
+ rustflags += [ " -Cllvm-args=-fp-contract=fast" , ]
1056
+ }
1057
+
1055
1058
if (! is_win || force_rustc_color_output ) {
1056
1059
# Colorize error output. The analogous flag is passed for clang. This must
1057
1060
# be platform-gated since rustc will unconditionally output ANSI escape
You can’t perform that action at this time.
0 commit comments