rusticl/program: allow dumping compilation logs through RUSTICL_DEBUG

Signed-off-by: Karol Herbst <kherbst@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22280>
This commit is contained in:
Karol Herbst
2023-04-04 02:41:45 +02:00
committed by Marge Bot
parent 22808d542b
commit ca1e9917a9
5 changed files with 84 additions and 25 deletions
+6
View File
@@ -893,6 +893,12 @@ Rusticl environment variables
- ``RUSTICL_ENABLE=iris:1,radeonsi:0,2`` (enables second iris and first
and third radeonsi device)
.. envvar:: RUSTICL_DEBUG
a comma-separated list of debug channels to enable.
- ``program`` dumps compilation logs to stderr
Nine frontend environment variables
-----------------------------------