From 1a3e71767c835c1ae9367e235bbaac2db59fee91 Mon Sep 17 00:00:00 2001 From: Linus Torvalds Date: Wed, 29 Jun 2005 21:08:21 -0700 Subject: 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 ... --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 94f5d9e5f2..67a1e1b3c2 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) -- cgit v1.2.3