gout

A static git page generator
git clone https://git.bracken.jp/gout.git
Log | Files | Refs | README | LICENSE

commit dbd3471ed90a19ce994a16ddf65b7714fc265d3d
parent 3b0797aa61102efb92962f1756081685e76b18ea
Author: Chris Bracken <chris@bracken.jp>
Date:   Fri,  6 Mar 2026 21:13:17 +0900

Bump C compiler to C17

Diffstat:
Mbuild/BUILD.gn | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build/BUILD.gn b/build/BUILD.gn @@ -1,6 +1,6 @@ # Default language standards. config("compiler_std") { - cflags_c = [ "-std=c11" ] + cflags_c = [ "-std=c17" ] cflags_cc = [ "-std=c++17" ] cflags_objcc = [ "-std=c++17" ] }