Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@ppc970.osdl.org>2005-06-30 08:08:21 +0400
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-06-30 08:08:21 +0400
commit1a3e71767c835c1ae9367e235bbaac2db59fee91 (patch)
treec96a84d87ff3b638a85de06860f5efda2e38bdff /Makefile
parent9d89d19c4873f73f3165e1cef45fdb17ef39a5d0 (diff)
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 ...
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)