mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-23 22:00:13 +01:00
etnaviv: skip disk cache initialization on standalone compiler
Signed-off-by: Italo Nicola <italonicola@collabora.com> Reviewed-by: Christian Gmeiner <christian.gmeiner@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17810>
This commit is contained in:
parent
a3bf0da1cb
commit
b85544db19
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@ main(int argc, char **argv)
|
|||
return 1;
|
||||
}
|
||||
|
||||
etna_mesa_debug = ETNA_DBG_MSGS;
|
||||
etna_mesa_debug = ETNA_DBG_MSGS | ETNA_DBG_NOCACHE;
|
||||
|
||||
while (n < argc) {
|
||||
if (!strcmp(argv[n], "--verbose")) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue