octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #48505] build does not use any warning options


From: Rik
Subject: [Octave-bug-tracker] [bug #48505] build does not use any warning options in libgui/qterminal
Date: Thu, 12 Jul 2018 18:31:34 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:61.0) Gecko/20100101 Firefox/61.0

Follow-up Comment #8, bug #48505 (project octave):

I think there might need to be an adjustment for libinterp/dldfcn/module.mk. 
As an example,


%canon_reldir%___delaunayn___la_CXXFLAGS =
$(libinterp_liboctinterp_la_CXXFLAGS) $(QHULL_CPPFLAGS)


It used to be that libinterp/module.mk defined
libinterp_liboctinterp_la_CXXFLAGS:


-%canon_reldir%_liboctinterp_la_CFLAGS = $(AM_CFLAGS) $(WARN_CFLAGS)
-
-%canon_reldir%_liboctinterp_la_CXXFLAGS = $(AM_CXXFLAGS) $(WARN_CXXFLAGS)
-


but it no longer does.

Can the variable just be deleted entirely or should it now contain
$(AM_CXXFLAGS)?


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?48505>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]