ar --thin for internal library

This commit is contained in:
наб 2023-12-20 16:39:06 +01:00
parent f322a48302
commit bf78dcbc80
No known key found for this signature in database
GPG Key ID: BCFD0B018D2658F1

View File

@ -139,7 +139,7 @@ $(OUTDIR)man/style.css : man/style.css
cp $^ $@
$(BLDDIR)libtzpfms.a : $(subst src/,$(BLDDIR)obj/,$(subst .cpp,.o,$(COMMON_SOURCES)))
$(AR) crs $@ $^
$(AR) --thin crs $@ $^
$(OUTDIR)% : $(BLDDIR)obj/bin/%.o $(BLDDIR)libtzpfms.a