Fix CFLAGS

This commit is contained in:
Night Kaly 2025-02-09 23:02:13 +00:00
parent 193489d698
commit 08037bbe6b
Signed by: night0721
SSH key fingerprint: SHA256:B/hgVwUoBpx5vdNsXl9w8XwZljA9766uk6T4ubZp5HM

View file

@ -6,7 +6,7 @@ TARGET = rd
PREFIX ?= /usr/local
BINDIR = $(PREFIX)/bin
CFLAGS = -Os -march=native -mtune=native -pipe -s -std=c99 -pedantic -Wall -D_DEFAULT_SOURCE
CFLAGS += -std=c99 -pedantic -Wall -D_DEFAULT_SOURCE
SRC != find src -name "*.c"