Commit 339c739
committed
[build] Do not strip away symbols from libraries and executables
By default, scikit-build triggers the stripping of debugging and
other symbols, in order to optimize for space.
However, the stripping is too aggressive on macOS. This has
undesired effects. For example, also the rootcling symbol
`usedToIdentifyRootClingByDlSym` is stripped. Its presence
changes the behaviour of some routines some ROOT libraries, e.g.
when generating dictionaries.1 parent ba4e908 commit 339c739
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
0 commit comments