Groups | Search | Server Info | Keyboard shortcuts | Login | Register
Groups > gnu.gnustep.bug > #4076
| From | matt rice <INVALID.NOREPLY@gnu.org> |
|---|---|
| Newsgroups | gnu.gnustep.bug |
| Subject | [bug #46939] -Werror set for GSSpeechServer |
| Date | 2016-01-20 22:51 +0000 |
| Message-ID | <mailman.2674.1453330288.843.bug-gnustep@gnu.org> (permalink) |
| References | <20160120-212315.sv69275.25574@savannah.gnu.org> |
Follow-up Comment #1, bug #46939 (project gnustep):
An alternative proposal,
to just remove it for standard builds
I'm not sure there is currently a way with gnustep-make, if so i missed it in
the documentation.
something like:
DEBUG_OBJCFLAGS=-Werror
so it only occurrs during make debug=yes,
I'm not sure i'm entirely on board with this (that is i see the debian bug you
provide has -g), that said it also has optimization flags, which I thought
debug=yes disabled.
so they may be passing -g in manually rather than using make debug=yes.
a lot of projects also will only enable it if maintainer mode has been enabled
with ./configure --enable-maintainer-mode
or if the version is checked out from version control (e.g. a .git dir exists)
as this is removed from the release tarball.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?46939>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
Back to gnu.gnustep.bug | Previous | Next | Find similar
[bug #46939] -Werror set for GSSpeechServer matt rice <INVALID.NOREPLY@gnu.org> - 2016-01-20 22:51 +0000
csiph-web