File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,8 @@ compiler.c.elf.flags={compiler.warning_flags} {compiler.optimize_flags} -g -fuse
3232compiler.c.elf.cmd=avr-gcc
3333compiler.S.flags=-c -g -x assembler-with-cpp {compiler.optimize_flags} -MMD
3434compiler.cpp.cmd=avr-g++
35- compiler.cpp.flags=-c -g {compiler.optimize_flags} {compiler.warning_flags} -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD
35+ #compiler.cpp.flags=-c -g {compiler.optimize_flags} {compiler.warning_flags} -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD
36+ compiler.cpp.flags=-c -g {compiler.optimize_flags} {compiler.warning_flags} -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD
3637compiler.ar.cmd=avr-gcc-ar
3738compiler.ar.flags=rcs
3839compiler.objcopy.cmd=avr-objcopy
You can’t perform that action at this time.
0 commit comments