From d001ab384ae9b694a833a5d6140106970f31ceb1 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Thu, 11 May 2023 09:53:10 -0400 Subject: build: Update to C17 This lets us avoid ATOMIC_VAR_INIT(). --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 65e1301..aa8617e 100644 --- a/Makefile +++ b/Makefile @@ -57,7 +57,7 @@ LOCAL_CPPFLAGS := \ -D_TIME_BITS=64 \ -DBFS_VERSION=\"$(VERSION)\" -LOCAL_CFLAGS := -std=c11 +LOCAL_CFLAGS := -std=c17 LOCAL_LDFLAGS := LOCAL_LDLIBS := -- cgit v1.2.3