Update CFLAGS
This commit is contained in:
parent
abee9ec8fd
commit
c0877d1a51
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -6,7 +6,7 @@ TARGET = nsh
|
||||||
PREFIX ?= /usr/local
|
PREFIX ?= /usr/local
|
||||||
BINDIR = $(PREFIX)/bin
|
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
|
SRC = nsh.c
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue