From: Cyrill G. <gor...@gm...> - 2016-08-02 17:10:09
|
On Tue, Aug 02, 2016 at 10:02:05AM -0700, H. Peter Anvin wrote: > > It's a massive hammer, though, and almost always wrong. Other than some > serious low-level programming, the most legitimate use for it is when > you have objects in an archive that will be needed by subsequently > dlopen()'d objects. Yeah, seems so. This option saved me a lot of time because I needed a fast project prototype (and it's low level -- object files get converted into binary stream which get used by another programs then) -- so once things get semi-done I'll check if there a way to drop this flag completely. For same reason I proposed to try it, because it's fast to test and figure out if it solve the problem or not. |