Skip to content

Commit fd2e00a

Browse files
author
someone2639
committed
make symbol table dependency work
1 parent e66163e commit fd2e00a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

sm64.ld

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,9 @@ SECTIONS
568568
569569
#ifdef DEBUG_EXPORT_SYMBOLS
570570
BEGIN_SEG(mapData, (RAM_END - 0x00100000)) ALIGN(16) {
571+
#ifndef PRELIMINARY
571572
KEEP(BUILD_DIR/sm64.sym.o(.data*));
573+
#endif
572574
}
573575
END_SEG(mapData)
574576
#else

0 commit comments

Comments
 (0)