[Asterisk-code-review] Fix compiler error when using ./configure --enable-dev-mode ... (asterisk[certified/11.6])
Joshua Colp
asteriskteam at digium.com
Thu Jul 21 07:32:17 CDT 2016
Hello Anonymous Coward #1000019, Corey Farrell,
I'd like you to reexamine a change. Please visit
https://gerrit.asterisk.org/3268
to look at the new patch set (#3).
Change subject: Fix compiler error when using ./configure --enable-dev-mode --enable-coverage
......................................................................
Fix compiler error when using ./configure --enable-dev-mode --enable-coverage
When DONT_OPTIMIZE is enabled with dev-mode, it causes a shadow compilation
to be done with output to /dev/null. This can cause errors with coverage
when GCC attempts to write to /dev/null.gcno. This change disables
coverage for the shadow compilation.
ASTERISK-24502 #close
Reported by: Corey Farrell
Review: https://reviewboard.asterisk.org/r/4151/
Change-Id: I64e321f0dc38adf9389f5455f88c3cd740d38470
---
M Makefile.rules
1 file changed, 10 insertions(+), 8 deletions(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/68/3268/3
--
To view, visit https://gerrit.asterisk.org/3268
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I64e321f0dc38adf9389f5455f88c3cd740d38470
Gerrit-PatchSet: 3
Gerrit-Project: asterisk
Gerrit-Branch: certified/11.6
Gerrit-Owner: George Joseph <gjoseph at digium.com>
Gerrit-Reviewer: Anonymous Coward #1000019
Gerrit-Reviewer: Corey Farrell <git at cfware.com>
Gerrit-Reviewer: George Joseph <gjoseph at digium.com>
More information about the asterisk-code-review
mailing list