================
@@ -72,7 +72,7 @@ struct Configuration {
bool stripAll;
bool stripDebug;
bool stackFirst;
- bool isStatic = false;
+ bool isStatic = true;
----------------
yamt wrote:
done
https://github.com/llvm/llvm-project/pull/84288