mcci-catena / Arduino_Core_STM32

STM32 core support for Arduino
2 stars 7 forks source link

Add way to get -Werror in continuous integration builds #23

Closed terrillmoore closed 5 years ago

terrillmoore commented 6 years ago

MCCI doesn't like warnings; but we can't enforce this in the normal Arduino UI. Need something we can turn on for our own purposes.

terrillmoore commented 6 years ago

Need a grab-all overridable option like build.compile.ci_options that's normally blank.