mirror of
https://github.com/autc04/Retro68.git
synced 2025-03-15 09:33:19 +00:00
write link map
This commit is contained in:
parent
1430d6d7e2
commit
b506f88652
@ -9,5 +9,5 @@ set( MAKE_APPL "${RETRO68_ROOT}/bin/MakeAPPL" )
|
||||
set( CMAKE_C_COMPILER "${RETRO68_ROOT}/bin/m68k-unknown-elf-gcc" )
|
||||
set( CMAKE_CXX_COMPILER "${RETRO68_ROOT}/bin/m68k-unknown-elf-g++" )
|
||||
|
||||
set( CMAKE_EXE_LINKER_FLAGS_INIT "-Wl,-elf2flt -Wl,-q" )
|
||||
set( CMAKE_EXE_LINKER_FLAGS_INIT "-Wl,-elf2flt -Wl,-q -Wl,-Map=linkmap.txt" )
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user