[Debian GNUstep maintainers] gnustep-make upload

Eric Heintzmann heintzmann.eric at free.fr
Sat Oct 21 21:55:09 UTC 2017



Le 20/10/2017 à 09:50, Yavor Doganov a écrit :
> I have prepared a new version of gnustep-make which fixes #879085
> (IMHO, a nasty bug).  I tested it with a simple tool consisting of C,
> C++ and ObjC files.  Both plain make and with debug=yes behave
> correctly for all compilers.  Tested with a few packages as well.  The
> downside is that all packages which are not yet hardened will build
> without hardening flags, because they're no longer inherited from
> gnustep-make.  But this is not a bug at all; these packages have to be
> fixed sooner or later.
>
>
About flags, I can see

CFLAGS := -g -O2
CXXFLAGS := $(CFLAGS)
OBJCFLAGS :=
CPPFLAGS :=
LDFLAGS :=

Are they the default or recommended ones by upstream  ?




More information about the pkg-GNUstep-maintainers mailing list