Elyes Haouas has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/84581?usp=email )
Change subject: build test using C23 ......................................................................
build test using C23
Change-Id: I252fd6e9606ff44586d8f4158fcff9fd6a557133 Signed-off-by: Elyes Haouas ehaouas@noos.fr --- M src/Kconfig 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/81/84581/1
diff --git a/src/Kconfig b/src/Kconfig index 04838fe..6e401e0 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -100,7 +100,7 @@
config ALLOW_EXPERIMENTAL_C23 bool - default n + default y help C23 dialect is experimental and unsupported. Enable only to build test and prepare for C23 dialect.