summaryrefslogtreecommitdiffstats
path: root/trinity-base/trinity-cmake/files
Commit message (Collapse)AuthorAgeFilesLines
* trinity-base/trinity-cmake: add build-check targetAlexander Golubev2026-03-021-0/+47
| | | | | | | | A backport of the patch that provides build-check target for building tests without running them. Bug: https://mirror.git.trinitydesktop.org/gitea/TDE/tde-cmake/issues/129 Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* trinity-base/trinity-cmake: fix build with FEATURES="installsources"Alexander Golubev2025-09-061-0/+22
`-fdebug-prefix-map` and `-fmacro-prefix-map` flags are conflicting with debugedit, which is used for emerge's FEATURES="installsources". Gentoo doesn't have a lot of use for reproducable builds, so patch those flags out. Closes: https://mirror.git.trinitydesktop.org/gitea/TDE/tde-packaging-gentoo/issues/331 Signed-off-by: Alexander Golubev <fatzer2@gmail.com>