internal/rosa: disable LTO in tests

This is too expensive and not feasible for development.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-05-01 20:08:26 +09:00
parent 02771b655b
commit 96fdd9ecc5

View File

@@ -28,6 +28,7 @@ var (
)
func TestMain(m *testing.M) {
rosa.DropCaches(rosa.OptLLVMNoLTO)
container.TryArgv0(nil)
code := m.Run()