From d67c82c72316a91792966e4c2ea905137d1dfebc Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Mon, 14 Jun 2021 11:50:51 +0200 Subject: Makefile: add warning flag --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 567fb2e..668c305 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ CC = clang -CFLAGS = -Wall -std=c89 -D_DEFAULT_SOURCE +CFLAGS = -Wall -std=c89 -D_DEFAULT_SOURCE -Wvla LDFLAGS = -lm BUILDDIR = build SOURCEDIR = src -- cgit v1.2.3