4.13 started adding a 'd' suffix to some built libraries?

Well, I dunno when/why this all started, but I did a fresh build with git master and set CMAKE_DEBUG_POSTFIX to an empty string and now those ‘d’ suffixes are blessedly gone. I did notice some other suspect names though:

libITKgiftiio-4.0.a
libITKniftiio-4.0.a
libITKznz-4.0.a

these are the only ones named with “4.0”, not “5.0”. Is that deliberate?

Sean