commit | 25b1ca4615505cea783a7bd43982eb29aea8d90b | [log] [tgz] |
---|---|---|
author | Richard Henderson <rth@twiddle.net> | Mon Jul 08 12:13:01 2013 -0700 |
committer | Richard Henderson <rth@twiddle.net> | Mon Jul 08 12:13:01 2013 -0700 |
tree | 6a728f8f0df3df762082794a8b9a97345febf1d5 | |
parent | 7a72670104742457c5094f2d4a85a4757c2a244f [diff] |
Build with -O2 and -g1.
diff --git a/Makefile b/Makefile index 93fc5f4..2025599 100644 --- a/Makefile +++ b/Makefile
@@ -6,8 +6,8 @@ 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"'