add a few more cflags to the makefile
This commit is contained in:
parent
273094de29
commit
59f4ed89d4
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
CC = clang
|
CC = clang
|
||||||
CFLAGS = -std=c11 -Wall -Wextra -Wpedantic
|
CFLAGS = -std=c11 -Wall -Wextra -Wpedantic
|
||||||
|
CFLAGS += -Werror -Wfloat-equal -Wshadow
|
||||||
CFLAGS += -fPIC -fstrict-aliasing
|
CFLAGS += -fPIC -fstrict-aliasing
|
||||||
CFLAGS += $(shell pkg-config --cflags glfw3 vulkan)
|
CFLAGS += $(shell pkg-config --cflags glfw3 vulkan)
|
||||||
LDFLAGS = $(shell pkg-config --libs glfw3 vulkan)
|
LDFLAGS = $(shell pkg-config --libs glfw3 vulkan)
|
||||||
|
|
Loading…
Reference in a new issue