Actions
Feature #7357
openTry to verify modules without debugging and tracing support
Status:
New
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
06/28/2016
Due date:
% Done:
0%
Estimated time:
Published in build:
Description
Now the default configuration target (allmodconfig) implies very many various debugging and tracing configuration options.
Sometimes debugging helps us since corresponding function bodies aren't defined at all (and we don't need them), but sometimes it hides quite important and simple functions, e.g. for manipulating lists. So, perhaps, we need to switch off some debugging configuration options and see what will change.
As for tracing I guess that it will be definitely better to switch it by default everywhere.
Actions