summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorantirez <antirez>2005-03-10 10:03:32 +0000
committerantirez <antirez>2005-03-10 10:03:32 +0000
commit2936b0cfbf7fab966cfd65278a9140bc3848ce97 (patch)
treef0991f1ef52c6196bb6482aa2c6fed5c050ffd52 /Makefile
parent5223e4841465ac399bfed2122e7d61dcd60c0102 (diff)
Some fix to bench.tcl to make it able to run in Tcl7.6.
README update.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 252fb76..ac4b341 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@
SHELL = /bin/sh
RM = rm -f
LDFLAGS = $(PROFILE)
-CFLAGS = -Wall -Wwrite-strings -W -O2 -g $(PROFILE)
+CFLAGS = -Wall -Wwrite-strings -W -Os -g $(PROFILE)
AR = /usr/bin/ar
RANLIB = /usr/bin/ranlib
LIBPATH =-L.