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