Skip to content

Unnecessary include in main.c bloats binary #15693

Closed
@determin1st

Description

@determin1st

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?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions