gepd / Stino

A Sublime Text Plugin for Arduino
Other
33 stars 10 forks source link

It does not seem possible to enable full warnings when compiling #16

Open fallberg opened 8 years ago

fallberg commented 8 years ago

The Arduino IDE has an option to enable warnings at various verbosity. I cannot find a corresponding setting for Stino. It always seem to supply -w while I would like to replace -w with -Wall -Wextra.

gepd commented 8 years ago

is not in Menu >> Arduino >> Build Options ?

fallberg commented 8 years ago

No, not from what I can see: stino

gepd commented 8 years ago

@fallberg sorry for not answer you before. There is one more option you can activate to see if you get a full compilation log, it's the next one called Show Compilation Output. As this plugin will be not longer updated by the autor (Robot-Will), there is not much I can do. But now I'm working in a new plugin called deviot, it currently is in beta, if you like to try it and maybe report any error/bug or new feature, you will be welcome.

All the details about the project here: https://github.com/gepd/Deviot

fallberg commented 8 years ago

Cool! Thanks. I will check it out at some point.