AbseilConfigureCopts.cmake |
|
4322 |
configure_copts.bzl |
|
2529 |
copts.py |
Abseil compiler options.
This is the source of truth for Abseil compiler options. To modify Abseil
compilation options:
(1) Edit the appropriate list in this file based on the platform the flag is
needed on.
(2) Run `<path_to_absl>/copts/generate_copts.py`.
The generated copts are consumed by configure_copts.bzl and
AbseilConfigureCopts.cmake.
|
6244 |
generate_copts.py |
Generate Abseil compile compile option configs.
Usage: <path_to_absl>/copts/generate_copts.py
The configs are generated from copts.py.
|
2509 |
GENERATED_AbseilCopts.cmake |
|
5172 |
GENERATED_copts.bzl |
|
5254 |