Commit c7c53b7
committed
cmake: add -rdynamic flag to fix "undefined symbol" issue starting from ubuntu 26.04
This would happen when loading plugin .so.
This was likely the default before, or it is needed now because of more
aggresive linking optimizations.
Either way, according to the docs, it should be used when dealing with
exactly this use-case.1 parent 85009a8 commit c7c53b7
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
0 commit comments