Support options2 for linker as well
The following entry in IDEEnvs:
EnvironmentLinker: lib/exe/linker:-h 200m:-lmysql
Will call the linker with a heap of 200M and pass -lmysql to gcc/ld
In some extravagant cases (large projects with descriptors etc.), the linker needs more heap as well.
Edited by Mart Lubbers