From 25b1ca4615505cea783a7bd43982eb29aea8d90b Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Mon, 8 Jul 2013 12:13:01 -0700 Subject: Build with -O2 and -g1. --- Makefile | 4 ++-- 1 file 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"' -- cgit v1.1