X-Git-Url: https://pd.if.org/git/?p=zpackage;a=blobdiff_plain;f=Makefile;h=6e31be41cdcff0abac078f3164436f88924e203a;hp=e845acc1ba1a39a68c1d88dce94ddabf10def339;hb=e6c399c85c0dfe21e6d31885408a1a14488ed417;hpb=6e69f889350d0298afabfe50059ca1bf3c70d87e diff --git a/Makefile b/Makefile index e845acc..6e31be4 100644 --- a/Makefile +++ b/Makefile @@ -75,7 +75,7 @@ ZPM:= ./zpm -P. zpm-$(ZPMVER)-1.zpm: programs rm -f $@ $(ZPM) newpackage -C zpm-$(ZPMVER)-1 - $(ZPM) add -u root -g root -f $@ -P /sbin zpm-$(ZPMVER)-1 $(sort $(PROGRAMS)) + $(ZPM) add -v -u root -g root -f $@ -P /sbin zpm-$(ZPMVER)-1 $(sort $(PROGRAMS)) tarball: zpm-$(ZPMVER)-1.tar.xz @@ -164,7 +164,7 @@ newdb.c: db.sql echo ", 0};" >> $@ sqlite/sqlite3.o: sqlite/sqlite3.c sqlite/config.h - $(CC) -Wall -std=c99 -Ilib -D_HAVE_SQLITE_CONFIG_H=1 -c -o $@ $< + $(CC) -O3 -Wall -std=c99 -Ilib -D_HAVE_SQLITE_CONFIG_H=1 -c -o $@ $< sqlite/shell.o: sqlite/shell.c sqlite/config.h $(CC) -Wall -std=c99 -Ilib \