First post, by Serious Callers Only
Do you people know how to make a program be compiled with whole program optimization if one of the o files is output from a different make toolchain (cmake in this case, for the mt32emu library) that what will be used for the rest of the o files and linker (make, from the dosbox svn, with the makefile changed to add the mt32emu lib:
+dosbox_LDADD += munt/libmt32emu.a
).
I suspect this can blow up.