You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Requires a recent arm toolchain to be used.
Based on PR #191 proposed by @xloem
Updated using @lacklustrlabs suggestion:
Make the '-std=gnu++14' flag a variable using 'compiler.cpp.flags' variable.
This way it is easy to change the -std setting in platform.local.txt without
overriding anything else.
platform.local.txt:
compiler.cpp.std=gnu++11
Signed-off-by: Frederic Pillon <[email protected]>
0 commit comments