aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/Rules.mk
diff options
context:
space:
mode:
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2006-03-09 22:31:45 +0100
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2006-03-09 22:31:45 +0100
commitd27fbb006132147f73795ca4ad60a0e38b050b58 (patch)
tree3c3bc0319cb6cd84555d44e1aa98c2f8050c8f57 /xen/arch/x86/Rules.mk
parent326450f67e011c6cb6ced17c8dcb5e7a8442057d (diff)
downloadxen-d27fbb006132147f73795ca4ad60a0e38b050b58.tar.gz
xen-d27fbb006132147f73795ca4ad60a0e38b050b58.tar.bz2
xen-d27fbb006132147f73795ca4ad60a0e38b050b58.zip
Move 'debug' build option into the outermost Config.mk file.
Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'xen/arch/x86/Rules.mk')
-rw-r--r--xen/arch/x86/Rules.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/xen/arch/x86/Rules.mk b/xen/arch/x86/Rules.mk
index 0cf48cd5da..66cddd1577 100644
--- a/xen/arch/x86/Rules.mk
+++ b/xen/arch/x86/Rules.mk
@@ -14,10 +14,6 @@ CFLAGS += -I$(BASEDIR)/include
CFLAGS += -I$(BASEDIR)/include/asm-x86/mach-generic
CFLAGS += -I$(BASEDIR)/include/asm-x86/mach-default
-ifneq ($(debug),y)
-CFLAGS += -O3 -fomit-frame-pointer
-endif
-
# Prevent floating-point variables from creeping into Xen.
CFLAGS += -msoft-float