tiny_httpd/src/ws
Jonah Beckford 1e0bbc7f39
Some checks failed
github pages / deploy (push) Has been cancelled
build / build (4.08.x, ubuntu-latest) (push) Has been cancelled
build / build (4.14.x, ubuntu-latest) (push) Has been cancelled
build / build (5.03.x, ubuntu-latest) (push) Has been cancelled
Processing to fix incompatible -O and gcc flags
Two changes:
1. Accept BUILD_TINY_HTTPD_OPTLEVEL envvar to adjust the -O<num> level. Defaults to 2. Can be negative to remove it entirely, which fixes errors with MSVC which will bail on incompatible options.
2. Do not use -fPIC with MSVC
2025-02-15 20:06:44 -05:00
..
common_ws_.ml fix websocket 2024-02-26 14:06:01 -05:00
dune Processing to fix incompatible -O and gcc flags 2025-02-15 20:06:44 -05:00
tiny_httpd_ws.ml add optional middlewares to tiny_httpd_ws 2024-04-15 12:11:46 -04:00
tiny_httpd_ws.mli add optional middlewares to tiny_httpd_ws 2024-04-15 12:11:46 -04:00
tiny_httpd_ws_stubs.c fix websocket: properly remember the offset in current frame 2024-04-05 13:21:54 -04:00
utils_.ml remove deps of tiny_httpd_ws 2024-02-05 01:07:34 -05:00