mirror of
https://github.com/matrix-construct/construct
synced 2024-11-29 10:12:39 +01:00
configure: Emut additional GNU specific debugging sections.
This commit is contained in:
parent
b8fd399bf4
commit
ddbd25c653
1 changed files with 2 additions and 0 deletions
|
@ -422,11 +422,13 @@ AM_COND_IF([OPTIMIZE],
|
|||
dnl remember to axe this when lto is enabled
|
||||
CXXFLAGS+=" -g"
|
||||
CXXFLAGS+=" -ggdb"
|
||||
CXXFLAGS+=" -ggnu-pubnames"
|
||||
], [
|
||||
CXXFLAGS+=" -march=native"
|
||||
CXXFLAGS+=" -O$optimize_level"
|
||||
CXXFLAGS+=" -g"
|
||||
CXXFLAGS+=" -ggdb"
|
||||
CXXFLAGS+=" -ggnu-pubnames"
|
||||
])
|
||||
|
||||
dnl
|
||||
|
|
Loading…
Reference in a new issue