lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 05cefb3 4/4: Explicitly specify $wx_cxx_flags


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 05cefb3 4/4: Explicitly specify $wx_cxx_flags
Date: Fri, 6 Apr 2018 09:37:56 -0400 (EDT)

branch: master
commit 05cefb3afdc52acb062dd266afb3c2030ac45738
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Explicitly specify $wx_cxx_flags
    
    Specified '-fno-omit-frame-pointer' explicitly, even though it repeats
    $wx_cc_flags, to override a misbegotten gcc default: makefiles similarly
    take great care to force this option. See:
      https://lists.gnu.org/archive/html/lmi/2016-06/msg00091.html
---
 install_wx.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/install_wx.sh b/install_wx.sh
index 48614ab..bf35ed2 100755
--- a/install_wx.sh
+++ b/install_wx.sh
@@ -91,7 +91,7 @@ mkdir -p $build_dir
 #   http://lists.nongnu.org/archive/html/lmi/2007-11/msg00001.html
 
 wx_cc_flags=-fno-omit-frame-pointer
-wx_cxx_flags=$wx_cc_flags
+wx_cxx_flags=-fno-omit-frame-pointer
 
 config_options="
   --prefix=$prefix



reply via email to

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