swc

Unnamed repository; edit this file 'description' to name the repository.
git clone git://git.nihaljere.xyz/swc
Log | Files | Refs | README | LICENSE

commit 10de13871fef09a36626a69c1b90ff89feb609ae
parent 1da0ef13fddc572accea12439a4471b4d2f64ddd
Author: Michael Forney <mforney@mforney.org>
Date:   Fri, 18 Mar 2016 02:56:40 +0000

Use -std=gnu11

We use static_assert since bf972a9f912d94ca4426cb956650654236d2bddb.

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -68,7 +68,7 @@ endef $(foreach pkg,$(PACKAGES),$(eval $(call check,$(pkg)))) -FINAL_CFLAGS = $(CFLAGS) -fvisibility=hidden -std=gnu99 +FINAL_CFLAGS = $(CFLAGS) -fvisibility=hidden -std=gnu11 FINAL_CPPFLAGS = $(CPPFLAGS) -D_GNU_SOURCE # Required for mkostemp # Warning/error flags