Merge pull request #232 from gz83/main
Update NTP patch and AVX2 BUILD.gn
This commit is contained in:
commit
819836556f
2 changed files with 5 additions and 8 deletions
|
@ -989,7 +989,7 @@ config("compiler") {
|
|||
"-Zremap-cwd-prefix=.",
|
||||
|
||||
# Full RUSTC optimizations.
|
||||
"-Copt-level=3", "-Ctune-cpu=haswell", "-Ctarget-feature=+aes,+avx,+avx2",
|
||||
"-Copt-level=3", "-Ctarget-feature=+aes,+avx,+avx2",
|
||||
]
|
||||
|
||||
if (!is_win || force_rustc_color_output) {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From 9b56230adb566db99b9b6bab8fa4183cf66f213b Mon Sep 17 00:00:00 2001
|
||||
From: Ho Cheung <uioptt24@gmail.com>
|
||||
Date: Mon, 4 Sep 2023 20:56:29 +0800
|
||||
Subject: [PATCH] [Android] Remove discovery module from NTP
|
||||
From 0b2e674959b1e59d890f0bb83a08351a5019239a Mon Sep 17 00:00:00 2001
|
||||
From: Ho Cheung
|
||||
Date: Wed, 11 Oct 2023 10:25:20 +0800
|
||||
Subject: [PATCH] Remove-discovery-module-from-NTP
|
||||
|
||||
---
|
||||
.../res/layout/new_tab_page_feed_v2_expandable_header.xml | 5 +++--
|
||||
|
@ -72,6 +72,3 @@ index 71586a65fcd92..e3397204d2b8b 100644
|
|||
}
|
||||
|
||||
} // namespace prefs
|
||||
--
|
||||
2.42.0.windows.1
|
||||
|
||||
|
|
Loading…
Reference in a new issue