Skip to content

Commit

Permalink
Implement hosts-only mode (#2115)
Browse files Browse the repository at this point in the history
* Implement hosts-only mode
* Use hosts.txt
  • Loading branch information
mjethani authored Aug 5, 2021
1 parent a318952 commit 5e0c162
Show file tree
Hide file tree
Showing 3 changed files with 169,638 additions and 1 deletion.
4 changes: 4 additions & 0 deletions packages/adblocker-benchmarks/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ ifeq ($(SHOW_MEMORY), 1)
run_options := $(run_options) --memory
endif

ifeq ($(HOSTS_ONLY), 1)
run_options := $(run_options) --hosts-only
endif

.PHONY: all clean deps run ubo-core adblockpluscore tsurlfilter-node adblock-rs brave cliqz cliqz-compression ublock adblockplus tsurlfilter tldts url min

all: deps run
Expand Down
Loading

0 comments on commit 5e0c162

Please sign in to comment.