Enables only using GCC
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:
Mart Lubbers <mart@martlubbers.net>
Showing
Please register or sign in to comment