Skip to content

Commit

Permalink
Reduce code size for debug
Browse files Browse the repository at this point in the history
  • Loading branch information
SciLor committed Feb 17, 2021
1 parent 9154d26 commit e86186c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sd-bootloader-ng/bootmanager/MakefileDebug
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
OPT_LEVEL=0
OPT_LEVEL=g
LINK_FILE=bootmgr.debug.ld

RELOC_ADDR=0x20034000
Expand Down
2 changes: 1 addition & 1 deletion sd-bootloader-ng/bootmanager/MakefileDebugPreloader
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
OPT_LEVEL=0
OPT_LEVEL=g
ADDITIONAL_CFLAGS=-DFIXED_BOOT_IMAGE
LINK_FILE=bootmgr.debug.ld

Expand Down

0 comments on commit e86186c

Please sign in to comment.