commit | dbf5ad147f60afc125e99db7549402af49a5eae8 | [log] [tgz] |
---|---|---|
author | Dan Zhang <danzh@google.com> | Mon Mar 23 19:10:32 2020 -0400 |
committer | Dan Zhang <danzh@google.com> | Mon Mar 23 19:10:32 2020 -0400 |
tree | 2c0d864d355d003f59e5417187f42c0f9b1900ca | |
parent | 166404da016e1bb997063440957f4c8d92f92a92 [diff] |
add build options Change-Id: I6d6ecac95901f832ab76ec1bb7c7ffe2f8fcc55e
This is a copy of Chrome's URL parsing library, adapted to work with Bazel. It is meant to be used by QUICHE, but can be also used by other projects that use Bazel.
In order to be used successfully, -std=c++14
and -fno-strict-aliasing
compile flags are required.
For questions, contact proto-quic@chromium.org.
In order to update this copy to the latest version of googleurl in Chromium, run the following commands in the root of the checkout:
copybara copy.bara.sky import <path-to-chrome>/src --folder-dir .
bazel test --cxxopt="-std=c++14" //...
polyfill/
as appropriate.