ungoogled-software/ungoogled-chromium

Compatibility with debug builds

Open

#914 aberto em 19 de jan. de 2020

Ver no GitHub
 (1 comment) (0 reactions) (0 assignees)Python (771 forks)batch import
bugenhancementhelp wanted

Métricas do repositório

Stars
 (18.674 stars)
Métricas de merge de PR
 (Mesclagem média 1d 11h) (9 fundiu PRs em 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?

Guia do colaborador