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:
While compiling bootstrap.cpp, it gives this:
Fix the above by splitting it up into parts.
Example splitting could be: