Update CFLAGS
This commit is contained in:
parent
11f2c123d5
commit
8cff69ced0
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue