I have foo.a
built by GCC 7 with link time optimization enabled. I would like to generate foo_nolto.a
that can be linked without LTO.
Is there some command I can run on foo.a
to "un-LTO" the file? I do not have access to the code used to generate foo.a
.