File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,13 @@ Semantic Versioning.
1414 catch-all [ E0054] [ ] . (Thanks to [ Dave Churchill] [ ] for reporting.)
1515* Statements before the first ` case ` in a ` switch ` now report [ E0198] [ ]
1616 (implemented by [ Himanshu] [ ] ).
17+ * When building from source, you can tell quick-lint-js to use your copy of
18+ third-party dependencies instead of quick-lint-js' bundled
19+ dependencies:
20+ * ` -DQUICK_LINT_JS_USE_BUNDLED_BOOST=OFF ` : Use your own copy of Boost.
21+ * ` -DQUICK_LINT_JS_USE_BUNDLED_GOOGLE_BENCHMARK=OFF ` : Use your own copy of Google Benchmark (benchmarks only).
22+ * ` -DQUICK_LINT_JS_USE_BUNDLED_GOOGLE_TEST=OFF ` : Use your own copy of Google Test (tests only).
23+ * ` -DQUICK_LINT_JS_USE_BUNDLED_SIMDJSON=OFF ` : Use your own copy of simdjson.
1724
1825## 2.2.0 (2022-02-17)
1926
You can’t perform that action at this time.
0 commit comments