Skip to content

Commit 5fda5ec

Browse files
committed
Update to C++17
1 parent adbea4c commit 5fda5ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

avr/platform.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ compiler.c.elf.flags={compiler.warning_flags} -Os -Wl,--gc-sections
2525
compiler.c.elf.cmd=avr-gcc
2626
compiler.S.flags=-c -g -x assembler-with-cpp
2727
compiler.cpp.cmd=avr-g++
28-
compiler.cpp.flags=-c -g -Os {compiler.warning_flags} -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -MMD
28+
compiler.cpp.flags=-c -g -Os {compiler.warning_flags} -std=gnu++17 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -MMD
2929
compiler.ar.cmd={ltoarcmd}
3030
compiler.ar.flags=rcs
3131
compiler.objcopy.cmd=avr-objcopy

0 commit comments

Comments
 (0)