From c18442096a97e7d6def3dd218865d4c094790e63 Mon Sep 17 00:00:00 2001 From: SashaXser <24498484+SashaXser@users.noreply.github.com> Date: Wed, 9 Oct 2024 00:45:14 +0400 Subject: [PATCH] Update Makefile --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index b9e62705..04ed3e67 100644 --- a/src/Makefile +++ b/src/Makefile @@ -15,7 +15,7 @@ ifeq (, $(shell which $(CPREFIX)windres)) CCWINDRES = windres endif -CFLAGS = -pipe -I$(WINDIVERTHEADERS) \ +CFLAGS = -std=c18 -pipe -I$(WINDIVERTHEADERS) \ -O2 -D_FORTIFY_SOURCE=2 -fstack-protector \ -Wall -Wextra -Wpedantic -Wformat=2 -Wformat-overflow -Wformat-truncation \ -Wformat-security -Wno-format-nonliteral -Wshadow -Wstrict-aliasing=1 \