From 03b1b4468f473d91fbae9769ce49d1b849eaf4f7 Mon Sep 17 00:00:00 2001 From: ian Date: Sun, 20 Mar 2005 01:41:36 +0000 Subject: [PATCH] use -O2 -g --- layout/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/layout/Makefile b/layout/Makefile index a5a2d3e..b0d5b99 100644 --- a/layout/Makefile +++ b/layout/Makefile @@ -36,7 +36,8 @@ o=>$@.new && mv -f $@.new $@ CFLAGS= -Wall -Wwrite-strings -Wpointer-arith \ -Wstrict-prototypes -Wmissing-prototypes \ - -Wmissing-declarations -Werror + -Wmissing-declarations -Werror $(OPTIMISE) +OPTIMISE= -O2 -g CPPFLAGS= -D_GNU_SOURCE LINK= $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $+ $(LIBS) NETPBM= -lnetpbm -- 2.30.2