diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-05-01 20:08:26 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-05-01 20:08:26 +0900 |
| commit | 96fdd9ecc55472aeee8289aa0253bddf30af544e (patch) | |
| tree | 5ce90c765c01dcd45ff26c1d855a5bf34e598b4a /internal | |
| parent | 02771b655b0fe3afa8c29cfdeae299863cce217a (diff) | |
internal/rosa: disable LTO in tests
This is too expensive and not feasible for development.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal')
| -rw-r--r-- | internal/rosa/rosa_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/rosa/rosa_test.go b/internal/rosa/rosa_test.go index ceb7e79c..bf8c0b95 100644 --- a/internal/rosa/rosa_test.go +++ b/internal/rosa/rosa_test.go @@ -28,6 +28,7 @@ var ( ) func TestMain(m *testing.M) { + rosa.DropCaches(rosa.OptLLVMNoLTO) container.TryArgv0(nil) code := m.Run() |
