Skip to content
  • Haye Böhm's avatar
    Enables only using GCC · 6cb64fed
    Haye Böhm authored and Mart Lubbers's avatar Mart Lubbers committed
    
    
    In some cases you do not want to use the built-in optimizing linker. You
    can only use GCC by (for example):
    
        EnvironmentLinker:	/usr/bin/gcc::-g -lmysqlclient|... (other
        linkers)
    
    Note that :: ensures the options are passed to gcc.
    
    Co-authored-by: default avatarMart Lubbers <mart@martlubbers.net>
    6cb64fed