changed C version to gnu11

This commit is contained in:
Václav Šmejkal 2022-11-18 19:23:22 +01:00
parent aa83d98115
commit 6678266bf7
No known key found for this signature in database
GPG Key ID: FD749A97DF2D5E19

View File

@ -1,6 +1,6 @@
# Compiler Settings
CC=cc
CFLAGS=-Wall -Wextra -Werror -Wcomment -Wformat -Wformat-security -Wmain -Wnonnull -Wunused -std=c11
CFLAGS=-Wall -Wextra -Werror -Wcomment -Wformat -Wformat-security -Wmain -Wnonnull -Wunused -std=gnu11
# Source Code
SRC_CORE=./src/core/lib/*.c