Remove .mdebug sections by default (#313)

* Add RM_MDEBUG to makefile

* Add to diff settings to allow use of --source
This commit is contained in:
EllipticEllipsis
2021-09-25 14:36:15 +01:00
committed by GitHub
parent 9e4d51fb9f
commit f77cfb9020
2 changed files with 14 additions and 0 deletions
+1
View File
@@ -5,3 +5,4 @@ def apply(config, args):
config['myimg'] = 'mm.us.rev1.rom_uncompressed.z64'
config['mapfile'] = 'build/mm.map'
config['source_directories'] = ['./src','./include']
config['makeflags'] = ['KEEP_MDEBUG=1']