From 3d2f709f19b28c25ceadb174ab6b65c6b4207231 Mon Sep 17 00:00:00 2001 From: night0721 Date: Mon, 11 Nov 2024 20:06:31 +0000 Subject: [PATCH] Update CFLAGS --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2dc07c5..4960790 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ TARGET = tlc PREFIX ?= /usr/local 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