Actions
Feature #1167
closedadd '-_lint' to cw
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Start date:
2011-06-30
Due date:
% Done:
0%
Estimated time:
Difficulty:
Medium
Tags:
needs-triage
Gerrit CR:
Description
As I can see we have '-_cc' for SunC and '-_gcc' for GCC to cw wrapper - for using different compilers.
they are flags using for providing different flags for different compilers to build line.
For example:
CFGLAGS = -_cc=-O -_gcc=-O3
I think will be better create '-_lint' and use the same build flags to lint - use only SunC flags.
At this moment we have to create additional flags for LINT - we can't use original with differences compilers flags.
For example:
CFGLAGS = -_cc=-O -_gcc=-O3
CFGLAGSLINT = -O
Updated by Andy Fiddaman about 3 years ago
- Status changed from New to Closed
Lint support has been removed and cw has been updated with better shadow support, superseding this issue.
Actions