Using `--whole-archive` works for all dependencies with just 1 `staticlib`. `exe` had 2 `staticlib`s, so we make them normal libraries and combine them in one single `staticlib`.
9 lines
115 B
TOML
9 lines
115 B
TOML
[package]
|
|
edition = "2021"
|
|
name = "dw2003_exe_data"
|
|
version = "0.1.0"
|
|
|
|
[dependencies]
|
|
|
|
util = { workspace = true }
|