Skip to content

Commit 1f97330

Browse files
authored
1 parent 43d723a commit 1f97330

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

platform.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ recipe.output.save_file_hexu={build.project_name}.save.hex
115115

116116
## Compute size
117117
recipe.size.pattern="{compiler.path}{compiler.size.cmd}" -A "{build.path}/{build.project_name}.elf"
118-
recipe.size.regex=^(\.text|.\data)\s+([0-9]+).*
119-
recipe.size.regex.data=^(\.data|\.bss)\s+([0-9]+).*
118+
recipe.size.regex=^(?:\.text|\.data|)\s+([0-9]+).*
119+
recipe.size.regex.data=^(?:\.data|\.bss)\s+([0-9]+).*
120120

121121
## Export Compiled Binary
122122
recipe.output.tmp_file={build.project_name}.hex

0 commit comments

Comments
 (0)