1# Silence all C/C++ warnings in external code. 2common --per_file_copt=external/.*@-w 3common --host_per_file_copt=external/.*@-w 4 5# Produce useful output when the build fails. 6common --verbose_failures 7