For man dracut, it (correctly) states:
--nostrip
do not strip binaries in the initramfs
But also:
--enhanced-cpio
... this should be used alongside the --no-compress and --no-strip parameters, ...
It seems strange that dracut uses both --nosomething and --no-something for different parameters mostly randomly, but, that's probably worth it's own separate issue.