Browse Source

Don't discard debug sections when linking the kernel

Signed-off-by: Graham MacDonald <grahamamacdonald@gmail.com>
Graham MacDonald 3 years ago
parent
commit
d37f515d2a
1 changed files with 0 additions and 1 deletions
  1. 0 1
      sys/src/9/amd64/kernel.ld

+ 0 - 1
sys/src/9/amd64/kernel.ld

@@ -54,6 +54,5 @@ SECTIONS {
 
 	/DISCARD/ : {
 		*(.eh_frame .note.GNU-stack)
-		*(.debug*)
 	}
 }