third_party.pigweed.src/pw_build
Wyatt Hepler 979890d732 Compiler option updates
- Add -fdiagnostics-color so that compiler warnings are colorized. The
  way Ninja invokes GCC disables colors by default.
- Move -Wno-psabi up to the arm_gcc_toolchain template so that it
  doesn't have to be specified for each arm_gcc_toolchain instance.
- Add -Werror to the strict_warnings config to prevent warnings from
  slipping through. Exempt a few warnings that should actually be
  warnings.

Change-Id: I8656d6690b488f7b004f15abd7100b62e1945cfd
2019-11-07 10:51:32 -08:00
..
BUILD.gn Compiler option updates 2019-11-07 10:51:32 -08:00
pw_executable.gni
README.md Add preprocessor and unit_test modules 2019-11-04 16:07:34 -08:00

pw_build: Definitions for Pigweed's build system