Description
i was reducing some of standard/html feature and found a big html_tables.h that is autogenerated is included here
|
#include "ext/standard/html_tables.h" |
but those tables arent used in main.c, only some functions from html are called. shouldnt it be removed to reduce binary size?
Description
i was reducing some of standard/html feature and found a big
html_tables.hthat is autogenerated is included herephp-src/main/main.c
Line 86 in fde34bc
but those tables arent used in
main.c, only some functions from html are called. shouldnt it be removed to reduce binary size?