mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-05 10:39:56 +00:00
f68e655312
Do not link base and core libraries into on large relocatable .o file, which is linked later to core - causing long link times. Create an independent library archive out of the base and core libraries that can be linked faster. issue #4027