Skip to content

Commit 306bbbc

Browse files
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

File tree

CMakePresets.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
{
1010
"name": "release",
1111
"displayName": "Release build config",
12+
"cacheVariables": {
13+
"STRIP_BINARIES": "OFF"
14+
},
1215
"generator": "Unix Makefiles",
1316
"binaryDir": "${sourceDir}/build/release"
1417
},

0 commit comments

Comments
 (0)