Skip to content

Enables only using GCC on linux

Mart Lubbers requested to merge support-only-using-gcc into master

This adds the option, similar as to mac has this, to directly use gcc without using the optimizing linker. This is necessary to keep the linker from stripping the debug symbols needed for platform independent graph (de)serialization.

Merge request reports