summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ca9be05)
raw | patch | inline | side by side (parent: ca9be05)
author | Linus Torvalds <torvalds@ppc970.osdl.org> | |
Wed, 20 Apr 2005 20:00:08 +0000 (13:00 -0700) | ||
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | |
Wed, 20 Apr 2005 20:00:08 +0000 (13:00 -0700) |
(Nobody should use -O3. It just makes bad inlining decisions).
Makefile | patch | blob | history | |
cache.h | patch | blob | history |
diff --git a/Makefile b/Makefile
index cd299f850679b2456e360d3aa6a2d529855ba7a5..a244b27ac61489b7d7fa4246e82479897d3bb886 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).
-CFLAGS=-g -O3 -Wall
+CFLAGS=-g -O2 -Wall
CC=gcc
AR=ar