Skip to content

Split bootstrapper up into smaller part #1122

Description

@teusbenschop

While compiling bootstrap.cpp, it gives this:

bootstrap.cpp: In function ‘bool browser_request_security_okay(const Webserver_Request&)’:
bootstrap.cpp:210: note: ‘-Wmisleading-indentation’ is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
  210 |     if (webserver_request.secure)
      | 
bootstrap.cpp:210: note: adding ‘-flarge-source-files’ will allow for more column-tracking support, at the expense of compilation time and memory

Fix the above by splitting it up into parts.
Example splitting could be:

  • Serving files
  • Serving menu items
  • Serving remaining tasks
  • ... you name it ...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions