mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-06 07:53:43 +08:00
Added -x parameter to size, so that the code relocation is better visible.
This commit is contained in:
committed by
Felix Ruess
parent
dced4237a9
commit
66eaf63d81
+1
-1
@@ -219,7 +219,7 @@ lss: $(OBJDIR)/$(TARGET).lss
|
||||
sym: $(OBJDIR)/$(TARGET).sym
|
||||
|
||||
# Display size of file.
|
||||
ELFSIZE = $(SIZE) -A $(OBJDIR)/$(TARGET).elf
|
||||
ELFSIZE = $(SIZE) -Ax $(OBJDIR)/$(TARGET).elf
|
||||
sizebefore:
|
||||
@if [ -f $(OBJDIR)/$(TARGET).elf ]; then echo; echo "Previous size:"; $(ELFSIZE); fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user