Bug 162091 - New default build configurations should be configurable via preferences
Summary: New default build configurations should be configurable via preferences
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-build (show other bugs)
Version: 3.1.1   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: cdt-build-inbox@eclipse.org CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords: usability
Depends on:
Blocks:
 
Reported: 2006-10-24 11:05 EDT by Steven R. Shaw CLA
Modified: 2020-09-04 15:20 EDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Steven R. Shaw CLA 2006-10-24 11:05:58 EDT
There are a few default build configurations available for the user "Debug" / "Release". They are able to add new ones on a per project basis.  However, there is no way to easily create new default configurations that would be used across multiple projects.  Currently the only way to do this is to programmatically add new extension for org.eclipse.cdt.managedbuilder.core.buildDefinitions and define a configuration there.

If this were exposed via the CDT preferences, it would make this much more user accessible.  

An example might be "Debug Optimized".  If this was a common need, user need to duplicate this in each project or use the programatic option above.
Comment 1 Palmer Eldritch CLA 2014-03-13 16:57:32 EDT
I've been looking for a way to add to all my build configurations the -std=c99 flag and do not seem to be able. I think this falls under this bug - or should I open a new one ?

Related:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=377983
https://bugs.eclipse.org/bugs/show_bug.cgi?id=332901