summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9d89d19)
raw | patch | inline | side by side (parent: 9d89d19)
author | Linus Torvalds <torvalds@ppc970.osdl.org> | |
Thu, 30 Jun 2005 04:08:21 +0000 (21:08 -0700) | ||
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | |
Thu, 30 Jun 2005 04:08:21 +0000 (21:08 -0700) |
It got turned off by mistake just because I had been doing debugging,
and committed the Makefile that had other changes ...
and committed the Makefile that had other changes ...
Makefile | patch | blob | history |
diff --git a/Makefile b/Makefile
index 94f5d9e5f2cb1ff488d0145ffc698b679e776021..67a1e1b3c24bcf42a89fcfe9f97490ed9ba99093 100644 (file)
--- a/Makefile
+++ b/Makefile
# 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)