compile with -O2
authorAndrew Tridgell <tridge@samba.org>
Fri, 12 May 2000 06:29:29 +0000 (06:29 +0000)
committerAndrew Tridgell <tridge@samba.org>
Fri, 12 May 2000 06:29:29 +0000 (06:29 +0000)
(This used to be commit 5e2a0b3cb9be19596e9885371b3dc96fc8fda1b2)

examples/appliance/Makefile

index 18b0b4c8c5d560072def6a81c80413eeddab735d..b11f85b4119ce54efc86bd4ddb7de898101ecebb 100644 (file)
@@ -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)