mirror of
https://github.com/c-cube/tiny_httpd.git
synced 2025-12-06 11:15:35 -05:00
chore: try to fix the freakin CI
This commit is contained in:
parent
2804b7f3f1
commit
07d479c305
1 changed files with 1 additions and 1 deletions
2
src/dune
2
src/dune
|
|
@ -3,6 +3,6 @@
|
||||||
(name tiny_httpd)
|
(name tiny_httpd)
|
||||||
(public_name tiny_httpd)
|
(public_name tiny_httpd)
|
||||||
(libraries threads)
|
(libraries threads)
|
||||||
(inline_tests (backend qtest.lib))
|
(inline_tests (backend qtest.lib) (flags :standard -warn-error -a+8))
|
||||||
(flags :standard -safe-string)
|
(flags :standard -safe-string)
|
||||||
(wrapped false))
|
(wrapped false))
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue