From 5e2a0b3cb9be19596e9885371b3dc96fc8fda1b2 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 12 May 2000 06:29:29 +0000 Subject: compile with -O2 --- examples/appliance/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples') diff --git a/examples/appliance/Makefile b/examples/appliance/Makefile index 18b0b4c8c5d..b11f85b4119 100644 --- a/examples/appliance/Makefile +++ b/examples/appliance/Makefile @@ -5,8 +5,8 @@ CONFIGOPTS=--with-pam --prefix=$(PREFIX) all: headb tngb config: - (cd head/source; CFLAGS="-Wall -g" ./configure $(CONFIGOPTS)) - (cd tng; CFLAGS="-Wall -g" ./configure $(CONFIGOPTS) --enable-shared=no) + (cd head/source; CFLAGS="-Wall -O2 -g" ./configure $(CONFIGOPTS)) + (cd tng; CFLAGS="-Wall -O2 -g" ./configure $(CONFIGOPTS) --enable-shared=no) headb: (cd head/source; make) -- cgit v1.2.1