Revert "C++: add provisions for optional RTTI support"

This reverts commit 499d087c91.
This commit is contained in:
Anton Maklakov
2019-10-31 10:12:16 +07:00
parent 785cc69959
commit d86ec0f367
8 changed files with 11 additions and 56 deletions
-5
View File
@@ -100,11 +100,6 @@ MEMORY
/* external memory ,including data and text */
extern_ram_seg(RWX) : org = 0x3F800000,
len = 0x400000
/* This is not a memory range which can really be accessed; we use it as a "bitbucket"
where non-loadable sections, which aren't used at run time, can be discarded.
*/
discard_seg (R) : org = 0x00000000, len = 0x10000000
}
#if defined(CONFIG_ESP32_USE_FIXED_STATIC_RAM_SIZE)