Browse Source

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 ...
maint
Linus Torvalds 20 years ago
parent
commit
1a3e71767c
  1. 2
      Makefile

2
Makefile

@ -9,7 +9,7 @@ @@ -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)

Loading…
Cancel
Save