mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-22 06:56:31 -04:00
Makefile: DEBUG option (#86)
* Makefile: DEBUG option * diff_settings.py: if diffing with --source, make DEBUG=1 Co-authored-by: Pheenoh <pheenoh@gmail.com>
This commit is contained in:
@@ -11,6 +11,8 @@ def apply(config, args):
|
||||
config['myimg'] = 'build/dolzel2/main.elf'
|
||||
config['baseimg'] = 'baserom.elf'
|
||||
config['makeflags'] = []
|
||||
if args.source:
|
||||
config['makeflags'].append('DEBUG=1')
|
||||
config['source_directories'] = ['src', 'libs', 'include']
|
||||
config['arch'] = 'ppc'
|
||||
config['objdump_executable'] = f"{os.environ['DEVKITPPC']}/bin/powerpc-eabi-objdump"
|
||||
|
||||
Reference in New Issue
Block a user