From d773251e74c9d71152f6b3e0f3f24d803bae8615 Mon Sep 17 00:00:00 2001 From: Isaac Khor Date: Wed, 29 May 2024 03:45:40 +0000 Subject: [PATCH] Add thinlto cache --- meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/meson.build b/meson.build index 29dcbe68..a3601f9d 100644 --- a/meson.build +++ b/meson.build @@ -8,6 +8,7 @@ project( 'b_colorout=always', 'b_sanitize=address,undefined', 'b_lto=true', + 'b_thinlto_cache=true', ], )