Skip to content
  • Mart Lubbers's avatar
    Support options2 for linker as well · 06f55a97
    Mart Lubbers authored
    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
    06f55a97