mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-19 23:22:16 +03:00
Allow *.cc files to be linked into flash by default (#6100)
Fixes #6096
This commit is contained in:
parent
75f01dc35a
commit
2dff28abc7
@ -137,6 +137,7 @@ SECTIONS
|
||||
*(.ver_number)
|
||||
*.c.o( EXCLUDE_FILE (umm_malloc.c.o) .literal*, EXCLUDE_FILE (umm_malloc.c.o) .text* )
|
||||
*.cpp.o(.literal*, .text*)
|
||||
*.cc.o(.literal*, .text*)
|
||||
#ifdef VTABLES_IN_FLASH
|
||||
*(.rodata._ZTV*) /* C++ vtables */
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user