···66# I've also tried adding -z direct and -z lazyload, but it gave too many problems with C++ exceptions :'(
77# Also made sure libgcc would not be lazy-loaded, as suggested here: https://www.illumos.org/issues/2534#note-3
88# but still no success.
99-cmd="@prog@ -z ignore"
99+cmd="@ld@ -z ignore"
10101111args=("$@");
1212