Actions
Bug #10051
closedcw(1) shouldn't have to translate -g
Start date:
2018-12-07
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
needs-triage
Gerrit CR:
Description
Right now, cw(1) translates -g entirely to insert -gdwarf-2. We should pass -g normally via a make macro, and put -gdwarf-2 in DEBUGFORMAT (where -xdebugformat=stabs is).
Updated by Electric Monk over 3 years ago
- Status changed from In Progress to Closed
- % Done changed from 0 to 100
git commit 299e09dec5d1f56c12f76421d18079871b467bfc
commit 299e09dec5d1f56c12f76421d18079871b467bfc Author: Richard Lowe <richlowe@richlowe.net> Date: 2019-01-31T01:47:06.000Z 10051 cw(1) shouldn't have to translate -g Reviewed by: Joshua M. Clulow <josh@sysmgr.org> Reviewed by: Gergő Mihály Doma <domag02@gmail.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@joyent.com>
Actions