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
10a967b3f1
commit
c2be2133d3
2
Makefile
2
Makefile
@ -2,7 +2,7 @@
|
||||
|
||||
CC=clang
|
||||
LD=clang
|
||||
CFLAGS=-Wall -Wextra -Wpedantic -O0 -g3 -std=c23 -fno-omit-frame-pointer -fno-optimize-sibling-calls -D_GNU_SOURCE
|
||||
CFLAGS=-Wall -Wextra -Wpedantic -O0 -g3 -std=c23 -fno-omit-frame-pointer -fno-optimize-sibling-calls -D_POSIX_C_SOURCE=200809L
|
||||
LDFLAGS?=
|
||||
|
||||
SOURCES = $(shell find src/ -type f -name '*.c')
|
||||
|
Loading…
x
Reference in New Issue
Block a user