1. Remove the debugging information to reduce the size of the bin package

2. The compilation option optimization level is increased to 1
This commit is contained in:
wgzAIIT
2023-07-20 17:25:17 +08:00
parent 27e9613dcf
commit 616332962b
5 changed files with 13 additions and 10 deletions
@@ -58,7 +58,7 @@ MEMORY
m_interrupts (RX) : ORIGIN = 0x60002000, LENGTH = 0x00000400
m_text (RX) : ORIGIN = 0x60002400, LENGTH = 0x03FFDC00
m_data (RW) : ORIGIN = 0x20000000, LENGTH = 0x00020000
m_data (RW) : ORIGIN = 0x20000000, LENGTH = 0x00060000
m_data2 (RW) : ORIGIN = 0x20200000, LENGTH = 0x00060000
m_sdram (RW) : ORIGIN = 0x80000000, LENGTH = 0x01E00000