summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@penguin.transmeta.com>2002-07-24 02:07:14 -0700
committerLinus Torvalds <torvalds@penguin.transmeta.com>2002-07-24 02:07:14 -0700
commit62263c4e432ee1dac64f878d332ac1f92bc3856b (patch)
treec79d22f06f350a8b71c61e96413739ee11ae8721
parent040a02c82fc313731f111ac6d228836086aac43f (diff)
Don't compile with "-g" by default, that was a left-over from
the global irq-lock debugging
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 28b8d2579cc6..a0f270fc626b 100644
--- a/Makefile
+++ b/Makefile
@@ -212,7 +212,7 @@ export MODLIB
CPPFLAGS := -D__KERNEL__ -I$(HPATH)
-CFLAGS := $(CPPFLAGS) -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -g \
+CFLAGS := $(CPPFLAGS) -Wall -Wstrict-prototypes -Wno-trigraphs -O2 \
-fomit-frame-pointer -fno-strict-aliasing -fno-common
AFLAGS := -D__ASSEMBLY__ $(CPPFLAGS)