Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for w0 (0.01 sec)

  1. .bazelrc

    # Suppress all C++ compiler warnings, otherwise build logs become 10s of MBs.
    common:android --copt=-w
    common:ios --copt=-w
    common:linux --host_copt=-w
    common:macos --copt=-w
    common:windows --copt=/W0
    common:windows --host_copt=/W0
    
    # Suppress most C++ compiler warnings to reduce log size but allow
    # for specific warnings to still be present.
    common:linux --copt="-Wno-all"
    common:linux --copt="-Wno-extra"
    Registered: Tue Dec 30 12:39:10 UTC 2025
    - Last Modified: Fri Dec 26 23:20:26 UTC 2025
    - 56.8K bytes
    - Viewed (0)
Back to top