mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 03:51:18 +00:00
Add --print-large-functions for checking which functions likely dominate the compile time.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user