From 5379476d4d38ea164ebda5f39cadb68c2350c399 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 12 May 2000 06:29:29 +0000 Subject: compile with -O2 (This used to be commit 5e2a0b3cb9be19596e9885371b3dc96fc8fda1b2) --- examples/appliance/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/appliance') diff --git a/examples/appliance/Makefile b/examples/appliance/Makefile index 18b0b4c8c5..b11f85b411 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