#73 — SContruct documents default debug level to be 1 but it is 0
| State | Resolved |
|---|---|
| Version: | |
| Area | Process |
| Issue type | Bug |
| Severity | Medium |
| Submitted by | Uwe Kubosch |
| Submitted on | Jul 09, 2010 |
| Responsible | Seth Heeren |
| Target release: | 0.7.0 |
Last modified on
Sep 19, 2010
by
Seth Heeren
The top of the SConstruct file states that debug=1 is the default, but the file itself defaults the argument to 0.
Either change the default to 1, or change the documented default to 0.
Fedora packaging would like debug level 1 as default.
Either change the default to 1, or change the documented default to 0.
Fedora packaging would like debug level 1 as default.
Added by
Seth Heeren
on
Jul 11, 2010 10:50 AM
Responsible manager:
(UNASSIGNED) → sgheeren
Ok the fix in docu is warranted (although my take on comments is: remove them unless they're not obvious. Otherwise, it is bound to become out of synch like it is now)
> Fedora packaging would like debug level 1 as default.
Once we figure out that we can do that without any penalty, I agree
> Fedora packaging would like debug level 1 as default.
Once we figure out that we can do that without any penalty, I agree
Added by
Seth Heeren
on
Sep 19, 2010 06:24 PM
Issue state:
unconfirmed → resolved
Target release:
0.6.9-maint → 0.7.0
You can now use debug=1 with optim="-O2"
This is what debian uses. I included some helpful (?) comments
This is what debian uses. I included some helpful (?) comments

