Skip to content

Commit

Permalink
README: Update bin sizes for 2.9.5.
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Sokolovsky <pfalcon@users.sourceforge.net>
  • Loading branch information
pfalcon committed Nov 14, 2020
1 parent 28d36e0 commit 27e4f4c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,17 +95,17 @@ as specified.

```
gcc -m32 -Os
gcc (Ubuntu 7.3.0-27ubuntu1~18.04) 7.3.0
2881 src/tinflate.o
gcc (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0
2891 src/tinflate.o
381 src/genlz77.o
1891 src/defl_static.o
1685 src/defl_static.o
1284 TINF_DATA
arm-none-eabi-gcc -mthumb -mcpu=cortex-m4 -Os
arm-none-eabi-gcc (GNU Tools for Arm Embedded Processors 7-2017-q4-major) 7.2.1 20170904 (release) [ARM/embedded-7-branch revision 255204]
arm-none-eabi-gcc (GNU Tools for Arm Embedded Processors 9-2019-q4-major) 9.2.1 20191025 (release) [ARM/arm-9-branch revision 277599]
1620 src/tinflate.o
188 src/genlz77.o
1309 src/defl_static.o
180 src/genlz77.o
1131 src/defl_static.o
1284 TINF_DATA
```

Expand Down

0 comments on commit 27e4f4c

Please sign in to comment.