diff options
Diffstat (limited to 'examples/appliance/Makefile')
-rw-r--r-- | examples/appliance/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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) |