Add --print-large-functions for checking which functions likely dominate the compile time.

This commit is contained in:
Christoffer Lerno
2026-02-16 00:13:19 +01:00
parent d7cf8fa9ab
commit a7309b217e
9 changed files with 30 additions and 5 deletions

View File

@@ -225,7 +225,7 @@ macro test_hash_vector_macro_bool()
}
$endforeach
}
fn void test_hash_vector()
fn void test_hash_vector() @if($feature(SLOW_TESTS))
{
test_hash_vector_macro(char, ichar, short, ushort, int, uint, long, ulong, int128, uint128);
test_hash_vector_macro_bool();