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:
@@ -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")) {
|
||||
|
Reference in New Issue
Block a user