Always compile GDB with -g
This commit is contained in:
parent
68ab9c5283
commit
21a3e20c56
1 changed files with 2 additions and 2 deletions
|
@ -1010,8 +1010,8 @@ The parameters of the class are:
|
||||||
factory.BuildFactory.__init__ (self)
|
factory.BuildFactory.__init__ (self)
|
||||||
|
|
||||||
# Default CFLAGS/CXXFLAGS that are always passed to "configure".
|
# Default CFLAGS/CXXFLAGS that are always passed to "configure".
|
||||||
default_CFLAGS = "-D_GLIBCXX_DEBUG"
|
default_CFLAGS = "-g -D_GLIBCXX_DEBUG"
|
||||||
default_CXXFLAGS = "-D_GLIBCXX_DEBUG"
|
default_CXXFLAGS = "-g -D_GLIBCXX_DEBUG"
|
||||||
|
|
||||||
self.architecture_triplet = architecture_triplet
|
self.architecture_triplet = architecture_triplet
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue