summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Henderson <rth@twiddle.net>2013-07-08 12:13:01 -0700
committerRichard Henderson <rth@twiddle.net>2013-07-08 12:13:01 -0700
commit25b1ca4615505cea783a7bd43982eb29aea8d90b (patch)
tree6a728f8f0df3df762082794a8b9a97345febf1d5
parent7a72670104742457c5094f2d4a85a4757c2a244f (diff)
downloadqemu-palcode-25b1ca4615505cea783a7bd43982eb29aea8d90b.tar.gz
Build with -O2 and -g1.
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 93fc5f4..2025599 100644
--- a/Makefile
+++ b/Makefile
@@ -6,8 +6,8 @@ CORE = typhoon
SYSTEM = clipper
ASFLAGS = -Wa,-m21264 -Wa,--noexecstack
-OPT= -Os
-CFLAGS = $(OPT) -g -Wall -fvisibility=hidden -fno-strict-aliasing \
+OPT= -O2
+CFLAGS = $(OPT) -g1 -Wall -fvisibility=hidden -fno-strict-aliasing \
-msmall-text -msmall-data -mno-fp-regs -mbuild-constants
CPPFLAGS = -DSYSTEM_H='"sys-$(SYSTEM).h"'