Update CFLAGS

This commit is contained in:
Night Kaly 2024-11-04 23:31:19 +00:00
parent abee9ec8fd
commit c0877d1a51
Signed by: night0721
SSH key fingerprint: SHA256:B/hgVwUoBpx5vdNsXl9w8XwZljA9766uk6T4ubZp5HM

View file

@ -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