X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=chiark-tcl.git;a=blobdiff_plain;f=base%2Ftroglodyte-Makefile;h=ce81f6b16092f76d8b2a9685af7744574d163ed7;hp=8e94090f46b336968351bccb558d9fccf6ae263e;hb=aa983421528c717a29c402c0cb4c8438b96fd860;hpb=bc4e7d2673e44826dd768ad7f91c393349da24de diff --git a/base/troglodyte-Makefile b/base/troglodyte-Makefile index 8e94090..ce81f6b 100644 --- a/base/troglodyte-Makefile +++ b/base/troglodyte-Makefile @@ -18,7 +18,8 @@ AUTOS= $(AUTO_HDRS) $(AUTO_SRCS) TARGETS= hbytes.so -CFLAGS= -g -Wall -O +CFLAGS= -g -Wall $(OPTIMISE) +OPTIMISE= -O2 all: $(TARGETS) $(AUTOS)