amperka / ino

Command line toolkit for working with Arduino hardware
http://inotool.org
MIT License
1.08k stars 233 forks source link

‘constexpr’ only available with -std=c++11 or -std=gnu++11 #285

Open CrabbyPete opened 3 years ago

CrabbyPete commented 3 years ago

I am trying to do a 'ino build' and I get ‘constexpr’ only available with -std=c++11 or -std=gnu++11

How do I compile this code? I tried --cflags=-std=c++11 and it did not work