Skip to content

Support options2 for linker as well

Mart Lubbers requested to merge support-options2-for-linker into master

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

Merge request reports