View Revisions: Issue #1223

Summary 0001223: Facilitate selecting proper command to use for linking (especially for C++)
Revision 2020-04-09 02:09 by jerome
Description - Being able to select on a project basis whether to use $(CC), $(LD) or $(CXX) to link the projects
- Facilitate proper C++ options to use (e.g. -fno-exceptions, -lstdc++) based on whether the project intends to use the C++ standard library or not.
- Also fix properly setting LD upon installation or creation of default/new compiler configuration (default to 'gcc' or 'ld').
Revision 2020-04-09 02:07 by jerome
Description - Being able to select on a project basis whether to use $(CC), $(LD) or $(CXX) to link the projects
- Facilitate proper C++ options to use (e.g. -fno-exceptions, -lstdc++) based on whether the project intends to use the C++ standard library or not.