From 8cff69ced0ceb4d3f58d8a30461c24135c824346 Mon Sep 17 00:00:00 2001 From: night0721 Date: Mon, 4 Nov 2024 23:44:22 +0000 Subject: [PATCH] Update CFLAGS --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index af78228..92963c6 100644 --- a/Makefile +++ b/Makefile @@ -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