Enforce C11 with GNU extensions on POSIX platforms
This commit is contained in:
parent
b13274cd81
commit
037b0fe698
2
Makefile
2
Makefile
@ -1,6 +1,6 @@
|
|||||||
CC = clang
|
CC = clang
|
||||||
BUILD_TYPE = debug
|
BUILD_TYPE = debug
|
||||||
CFLAGS = -Wall -Wextra -Werror -pedantic
|
CFLAGS = -Wall -Wextra -Werror -pedantic -std=gnu11
|
||||||
LIBFLAGS = -fPIC -shared
|
LIBFLAGS = -fPIC -shared
|
||||||
KERNEL = $(shell uname -s)
|
KERNEL = $(shell uname -s)
|
||||||
MACHINE = $(shell uname -m)
|
MACHINE = $(shell uname -m)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user