On 12/20/2010 4:26 PM, Jeffrey Walton wrote:
Some folks will remove $(USER_CFLAGS) since they have READ/WRITE to the makefile. They have been doing the same for years on Visual Studio projects*.
Why would they do that, if USER_CFLAGS has no effect on them? If their environment does not define the variable, their compiles would be unaffected.
I don't know if Visual Studio has a similar capability to specify "local" settings that augment or replace those specified by the project, or if all developers are forced to use the same settings.
-Tony