Update CFLAGS

This commit is contained in:
Night Kaly 2024-11-04 23:44:22 +00:00
parent 11f2c123d5
commit 8cff69ced0
Signed by: night0721
SSH key fingerprint: SHA256:B/hgVwUoBpx5vdNsXl9w8XwZljA9766uk6T4ubZp5HM

View file

@ -8,7 +8,7 @@ PREFIX ?= /usr/local
BINDIR = $(PREFIX)/bin
MANDIR = $(PREFIX)/share/man/man1
CFLAGS = -O3 -march=native -mtune=native -pipe -s -std=c99 -pedantic -Wall
CFLAGS = -Os -march=native -mtune=native -pipe -s -std=c99 -pedantic -Wall
SRC = based.c