use -O2
This commit is contained in:
parent
02e42d5efd
commit
2d836e1022
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -1,4 +1,4 @@
|
||||||
CFLAGS=-std=c99 -Wall -g
|
CFLAGS=-std=c99 -Wall -g -O2
|
||||||
INDENTOPTS=-kr --no-tabs --braces-on-func-def-line --indent-level2
|
INDENTOPTS=-kr --no-tabs --braces-on-func-def-line --indent-level2
|
||||||
|
|
||||||
.PHONY: all
|
.PHONY: all
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue