sebanc / brunch

Boot ChromeOS on x86_64 PC - Supports Intel CPU/GPU from 8th gen or AMD Ryzen
GNU General Public License v3.0
3.54k stars 387 forks source link

Brunch uses debug kernels in production #1831

Open 3xfc opened 1 year ago

3xfc commented 1 year ago

I just wanted to point out that the Brunch build system configures kernels with CONFIG_EXPERT and various low-level debugging features enabled. Many of these seem to have no use whatsoever even in unstable releases of Brunch, and they could have an impact on performance and battery life.

sebanc commented 1 year ago

CONFIG_EXPERT comes from the default chromiumos kernel config, android apps do not work without configs depending on this one.

3xfc commented 1 year ago

If you don't mind me asking, what are the configs required for Android apps that depend on CONFIG_EXPERT?

On Sat, Apr 22, 2023 at 12:41 PM sebanc @.***> wrote:

CONFIG_EXPERT comes from the default chromiumos kernel config, android apps do not work without configs depending on this one.

— Reply to this email directly, view it on GitHub https://github.com/sebanc/brunch/issues/1831#issuecomment-1518701818, or unsubscribe https://github.com/notifications/unsubscribe-auth/ASV5DBJVNBZMCYGS64XVP4TXCQC4JANCNFSM6AAAAAAXH5RDQE . You are receiving this because you authored the thread.Message ID: @.***>

sebanc commented 1 year ago

I have not really tried to find out, I just know that when I disable CONFIG_EXPERT android apps stop working.