Skip to content
Snippets Groups Projects
Commit 9f5b8c9b authored by Scott Lahteine's avatar Scott Lahteine
Browse files

Get SAMD51 CXX flags from script

parent e4848948
No related branches found
No related tags found
No related merge requests found
......@@ -266,7 +266,8 @@ build_flags = ${common_DUE_archim.build_flags} -funwind-tables -mpoke-function
[env:SAMD51_grandcentral_m4]
platform = atmelsam
board = adafruit_grandcentral_m4
build_flags = ${common.build_flags} -std=gnu++17 -Wno-register
build_flags = ${common.build_flags} -std=gnu++17
extra_scripts = ${common.extra_scripts}
build_unflags = -std=gnu++11
src_filter = ${common.default_src_filter} +<src/HAL/SAMD51>
lib_deps = ${common.lib_deps}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment