forked from xuos/xiuos
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user