Compile fails on 1.7.2

Hi
I just downloaded 1.7.2 and started by making an image, and it gives a warning. Any idea what this means? This is on an Intel mac

[ Info: PackageCompiler: Done
:heavy_check_mark: [04m:10s] PackageCompiler: compiling incremental system image
ld: warning: could not create compact unwind for _julia_Dict_16674: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _julia_Dict_16666: stack subq instruction is too different from dwarf stack size
ld: warning: could not create compact unwind for _julia_YY.236_83195: stack subq instruction is too different from dwarf stack size

See https://github.com/JuliaLang/julia/issues/41191. I have also seen this, but it is not fatal, so I have ignored it successfully.

Indeed fredrikekre it seems to work. Just a bit disconcerting getting linking warnings, might signal some corruption or something, maybe problems down the road.