Update CFLAGS

This commit is contained in:
Night Kaly 2024-11-11 20:06:31 +00:00
parent 6ecb097446
commit 3d2f709f19
Signed by: night0721
SSH key fingerprint: SHA256:B/hgVwUoBpx5vdNsXl9w8XwZljA9766uk6T4ubZp5HM

View file

@ -6,7 +6,7 @@ TARGET = tlc
PREFIX ?= /usr/local PREFIX ?= /usr/local
BINDIR = $(PREFIX)/bin BINDIR = $(PREFIX)/bin
CFLAGS = -O3 -march=native -mtune=native -pipe -s -std=c99 -flto -pedantic -Wall -lm CFLAGS = -Os -march=native -mtune=native -pipe -s -std=c99 -flto -pedantic -Wall -lm -D_DEFAULT_SOURCE
SRC = tlc.c SRC = tlc.c