Images 💾

Last commit ⭐

commit bfd6deed1e860ce9516c7ca1613150a2c2c75f75
Author:     Andrew Kaster <akaster@serenityos.org>
AuthorDate: Thu Jun 29 14:35:03 2023 -0600
Commit:     Andrew Kaster <akaster@serenityos.org>
CommitDate: Thu Jun 29 15:55:54 2023 -0600

    AK+Meta: Disable consteval completely when building for oss-fuzz
    
    This was missed in 02b74e5a70e1eef2fe3123fe8aa157301424783a
    
    We need to disable consteval in AK::String as well as AK::StringView,
    and we need to disable it when building both the tools build and the
    fuzzer build.