| commit | 428279ef412c095070b4c426661b33eb06eba7b2 | [log] [tgz] |
|---|---|---|
| author | Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no> | Tue Oct 07 11:15:32 2025 +0200 |
| committer | Johan Hedberg <johan.hedberg@gmail.com> | Thu Oct 09 22:56:09 2025 +0300 |
| tree | e0a81dc5f8e90c6536bdc5248a2c2a78f5df54cb | |
| parent | d54d0849e175fbf9377e787100099e72ee3f221b [diff] |
cmake: define linker argument for undefined symbol Specifying undefined symbol on linker invocation requests the linker to search and include the symbol. This ensures the symbol will be present in final output. Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>