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:
Linus Torvalds 2005-06-29 21:08:21 -07:00
parent 9d89d19c48
commit 1a3e71767c

View file

@ -9,7 +9,7 @@
# BREAK YOUR LOCAL DIFFS! show-diff and anything using it will likely randomly
# break unless your underlying filesystem supports those sub-second times
# (my ext3 doesn't).
COPTS=
COPTS=-O2
CFLAGS=-g $(COPTS) -Wall
prefix=$(HOME)