This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug python/20445] New: Python-related GDB sources are built with -DNDEBUG


https://sourceware.org/bugzilla/show_bug.cgi?id=20445

            Bug ID: 20445
           Summary: Python-related GDB sources are built with -DNDEBUG
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: python
          Assignee: unassigned at sourceware dot org
          Reporter: jan.kratochvil at redhat dot com
  Target Milestone: ---

python-devel-2.7.12-1.fc24.x86_64
python3-devel-3.5.1-12.fc24.x86_64

python2-config --cflags
python3-config --cflags
contain: -DNDEBUG

This affects many GDB files due to:

# Flags needed to compile Python code
PYTHON_CFLAGS=@PYTHON_CFLAGS@

That is another Python bug but maybe GDB should again workaround it somehow.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]