Update CFLAGS
This commit is contained in:
parent
6ecb097446
commit
3d2f709f19
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -6,7 +6,7 @@ TARGET = tlc
|
|||
PREFIX ?= /usr/local
|
||||
BINDIR = $(PREFIX)/bin
|
||||
|
||||
CFLAGS = -O3 -march=native -mtune=native -pipe -s -std=c99 -flto -pedantic -Wall -lm
|
||||
CFLAGS = -Os -march=native -mtune=native -pipe -s -std=c99 -flto -pedantic -Wall -lm -D_DEFAULT_SOURCE
|
||||
|
||||
SRC = tlc.c
|
||||
|
||||
|
|
Loading…
Reference in a new issue