Turn on optimization again
It got turned off by mistake just because I had been doing debugging, and committed the Makefile that had other changes ...
This commit is contained in:
parent
9d89d19c48
commit
1a3e71767c
2
Makefile
2
Makefile
@ -9,7 +9,7 @@
|
|||||||
# BREAK YOUR LOCAL DIFFS! show-diff and anything using it will likely randomly
|
# BREAK YOUR LOCAL DIFFS! show-diff and anything using it will likely randomly
|
||||||
# break unless your underlying filesystem supports those sub-second times
|
# break unless your underlying filesystem supports those sub-second times
|
||||||
# (my ext3 doesn't).
|
# (my ext3 doesn't).
|
||||||
COPTS=
|
COPTS=-O2
|
||||||
CFLAGS=-g $(COPTS) -Wall
|
CFLAGS=-g $(COPTS) -Wall
|
||||||
|
|
||||||
prefix=$(HOME)
|
prefix=$(HOME)
|
||||||
|
Loading…
Reference in New Issue
Block a user