mingw is less aggressive about dead code removal that other gccs are, so

we need to add dependencies in places where they're really not used.
This commit is contained in:
David Given
2025-08-27 03:06:31 +02:00
parent e61fcf1d9b
commit a1e2191ad5
3 changed files with 69 additions and 3 deletions

View File

@@ -64,11 +64,14 @@ export(
"+protobuf_lib",
"+protocol",
".+test_proto_lib",
"dep/alphanum",
"dep/snowhouse",
"lib/algorithms",
"lib/config",
"lib/core",
"lib/data",
"lib/fluxsource+proto_lib",
"dep/alphanum",
"src/formats",
],
),
)