GDB now builds as a C++ program by default
Pedro Alves <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi all, I'm happy to report that GDB git master now defaults to building with a C++ compiler. For the moment, we'll keep supporting building GDB as a C program as well, so no C++-only code is allowed yet. You can request C mode by configuring gdb with --enable-build-with-cxx=no. Big thanks to everyone involved! See the project page for more info: https://sourceware.org/gdb/wiki/cxx-conversion -- Pedro Alves