Update Makefile
Some checks failed
Validate the build / Validate-With-Modern-Clang (push) Failing after 19s
Some checks failed
Validate the build / Validate-With-Modern-Clang (push) Failing after 19s
This commit is contained in:
parent
55887c66ee
commit
10a967b3f1
2
Makefile
2
Makefile
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
CC=clang
|
CC=clang
|
||||||
LD=clang
|
LD=clang
|
||||||
CFLAGS=-Wall -Wextra -Wpedantic -O0 -g3 -std=c23 -fno-omit-frame-pointer -fno-optimize-sibling-calls
|
CFLAGS=-Wall -Wextra -Wpedantic -O0 -g3 -std=c23 -fno-omit-frame-pointer -fno-optimize-sibling-calls -D_GNU_SOURCE
|
||||||
LDFLAGS?=
|
LDFLAGS?=
|
||||||
|
|
||||||
SOURCES = $(shell find src/ -type f -name '*.c')
|
SOURCES = $(shell find src/ -type f -name '*.c')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user