mirror of
https://github.com/acidanthera/audk.git
synced 2025-10-19 22:33:45 +02:00
The prehistoric code base doesn't build with ISO C23. Set the C standard to C11 (for both clang and gcc) so it continues to build with gcc 15 (which uses C23 by default). Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>