Fix CFLAGS
This commit is contained in:
parent
193489d698
commit
08037bbe6b
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -6,7 +6,7 @@ TARGET = rd
|
||||||
PREFIX ?= /usr/local
|
PREFIX ?= /usr/local
|
||||||
BINDIR = $(PREFIX)/bin
|
BINDIR = $(PREFIX)/bin
|
||||||
|
|
||||||
CFLAGS = -Os -march=native -mtune=native -pipe -s -std=c99 -pedantic -Wall -D_DEFAULT_SOURCE
|
CFLAGS += -std=c99 -pedantic -Wall -D_DEFAULT_SOURCE
|
||||||
|
|
||||||
SRC != find src -name "*.c"
|
SRC != find src -name "*.c"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue