Variables
copts Namespace Reference

Variables

list LLVM_BIG_WARNING_FLAGS
 
list LLVM_DISABLE_WARNINGS_FLAGS
 
list MSVC_BIG_WARNING_FLAGS
 

Detailed Description

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.

Variable Documentation

list copts.LLVM_BIG_WARNING_FLAGS
Initial value:
1 = [
2  "-Wall",
3  "-Wextra",
4  "-Weverything",
5 ]

Definition at line 19 of file copts.py.

list copts.LLVM_DISABLE_WARNINGS_FLAGS

Definition at line 27 of file copts.py.

list copts.MSVC_BIG_WARNING_FLAGS
Initial value:
1 = [
2  "/W3",
3 ]

Definition at line 15 of file copts.py.



abseil_cpp
Author(s):
autogenerated on Tue Jun 18 2019 19:44:39