I’m trying to solve Fix compilation on 1.6 · Issue #6 · jebej/Mex.jl · GitHub . To embed julia in matlab, it appears you need to turn of signal handling. In 1.6, some things got separated out into libjulia-internal, of which I can find no documentation. The name suggests that this is done on purpose, and one shouldn’t really link into it.
What is the proper way to turn off signal handling when embedding julia now?