Is there a way to let Eclipse CDT have a default or shared linker flag entry for all projects? -
basically, want able add "-static-libgcc -static-libstdc++" linker flag projects making. can manually each project start with, shouldn't there easier , more efficient way share linker flag new projects (they need not existing ones)?
dev-c++ has linker flag settings shared projects far know (same settings linker). can forego if eclipse had way show output of running program in "console" pane (but accept separate problem). linker flags above make possible, yeah.
thanks in advance.
Comments
Post a Comment