Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: README.md

Issue 10011043: Move ABP JS code loading to FilterEngine and make it optional (Closed)
Patch Set: Created April 2, 2013, 10:32 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | libadblockplus.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: README.md
===================================================================
--- a/README.md
+++ b/README.md
@@ -26,6 +26,12 @@
make test ARCH=ia32
+This will build a version of libdabblockplus that uses stubs instead
+of the actual Adblock Plus code, because the latter does not work
+yet. To build it anyway:
+
+ make test CXXFLAGS="-DFILTER_ENGINE_STUBS=0"
+
### Windows
You need Microsoft Visual C++ (Express is sufficient) 2010 or later
« no previous file with comments | « no previous file | libadblockplus.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld