Commit 306bbbc
authored
chore: disable binary stripping in release configuration (#14139)
This PR disables symbol stripping of our libleanshared.so in release
mode again. As it turns out `--strip-unneeded` doesn't only strip
symbols that we do not care about.1 parent c1d6de5 commit 306bbbc
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
12 | 15 | | |
13 | 16 | | |
14 | 17 | | |
| |||
0 commit comments