jpegdec: save 128KB of memory

This commit is contained in:
Michael Scire
2021-10-07 18:03:11 -07:00
parent ffc143860b
commit e7ca22abd7
2 changed files with 41 additions and 0 deletions

View File

@@ -15,6 +15,10 @@ CXXWRAPS += -Wl,--wrap,jpeg_get_small
CXXWRAPS += -Wl,--wrap,jpeg_get_large
CXXWRAPS += -Wl,--wrap,jpeg_free_small
CXXWRAPS += -Wl,--wrap,jpeg_free_large
CXXWRAPS += -Wl,--wrap,sprintf
CXXWRAPS += -Wl,--wrap,fprintf
CXXWRAPS += -Wl,--wrap,getenv
CXXWRAPS += -Wl,--wrap,sscanf
#---------------------------------------------------------------------------------
# no real need to edit anything past this point unless you need to add additional