ungoogled-software/ungoogled-chromium

Compatibility with debug builds

Open

#914 opened on Jan 19, 2020

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Python (771 forks)batch import
bugenhancementhelp wanted

Repository metrics

Stars
 (18,674 stars)
PR merge metrics
 (Avg merge 1d 11h) (9 merged PRs in 30d)

Description

This is a discussion, probably related to https://github.com/Eloston/ungoogled-chromium/issues/845 and https://github.com/Eloston/ungoogled-chromium/issues/897.

I have noticed that the set of patches in their current condition breaks debugging builds (is_debug=1), at least for Linux and Android versions, almost every time. It is not a big issue for end users but it makes debugging a lot more inconvenient as every time I need to find the problems and change the codes manually. So I am thinking probably we can add a set of patches designated for debugging, or somehow incorporate them within the other patches?

Contributor guide