aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorAndrew Waterman <waterman@s144.Millennium.Berkeley.EDU>2010-11-02 12:19:52 -0700
committerAndrew Waterman <waterman@s144.Millennium.Berkeley.EDU>2010-11-21 16:54:32 -0800
commit664411d5e692b487409dfb1c2ede9e214dd15602 (patch)
treef3ce1f0270fe0f8a93f2de52475c95fc681f10e8 /configure
parent9fe7d4f656dd3c6bfe6be17d2e48eacb59ad00f5 (diff)
downloadpk-664411d5e692b487409dfb1c2ede9e214dd15602.zip
pk-664411d5e692b487409dfb1c2ede9e214dd15602.tar.gz
pk-664411d5e692b487409dfb1c2ede9e214dd15602.tar.bz2
[opcodes, pk, sim, xcc] made jumps shorter and PC-relative
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 35f548d..f1d154a 100755
--- a/configure
+++ b/configure
@@ -3909,7 +3909,7 @@ fi
# Default compiler flags
#-------------------------------------------------------------------------
-CFLAGS="-Wall -O3 -std=gnu99"
+CFLAGS="-Wall -Os -std=gnu99"
#-------------------------------------------------------------------------