From: Linus Torvalds Date: Thu, 30 Jun 2005 04:08:21 +0000 (-0700) Subject: Turn on optimization again X-Git-Tag: v0.99~112 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=1a3e71767c835c1ae9367e235bbaac2db59fee91;p=git.git 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 ... --- diff --git a/Makefile b/Makefile index 94f5d9e5..67a1e1b3 100644 --- a/Makefile +++ b/Makefile @@ -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)