From c0877d1a51adb1f93ca9a9d9330609cbf0fa8746 Mon Sep 17 00:00:00 2001 From: night0721 Date: Mon, 4 Nov 2024 23:31:19 +0000 Subject: [PATCH] Update CFLAGS --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a72b365..677df1c 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ TARGET = nsh PREFIX ?= /usr/local BINDIR = $(PREFIX)/bin -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 = nsh.c