aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorantirez <antirez>2005-04-04 07:58:10 +0000
committerantirez <antirez>2005-04-04 07:58:10 +0000
commit98d550ad5da994e68238ad1d4f9ed0134b6ab2e0 (patch)
treed7284a35199cbbd708f612a2f2d503d301a3525d /Makefile
parentcff59fd28863ff91079a710b34de19ab4cad4206 (diff)
downloadjimtcl-98d550ad5da994e68238ad1d4f9ed0134b6ab2e0.zip
jimtcl-98d550ad5da994e68238ad1d4f9ed0134b6ab2e0.tar.gz
jimtcl-98d550ad5da994e68238ad1d4f9ed0134b6ab2e0.tar.bz2
Some change in the standard library, a bug about [info body/args]
fixed. some commented work in progress for exposing the Jim parse at script level. Default compilation set to -Os again.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2216b1d..ae30f4b 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@
SHELL = /bin/sh
RM = rm -f
-OPT = -O2
+OPT = -Os
LDFLAGS = $(PROFILE)
CFLAGS = -Wall -Wwrite-strings -W $(OPT) -g $(PROFILE)
AR = /usr/bin/ar