add no-omit-frame-pointer to debug flags to ensure without question it is not enabled
This commit is contained in:
parent
b67af5cadb
commit
54e7bb41c6
1 changed files with 1 additions and 1 deletions
|
@ -1411,7 +1411,7 @@ if not preconfigured:
|
|||
pthread = '-pthread'
|
||||
|
||||
# Common debugging flags.
|
||||
debug_flags = '-g -DDEBUG -DMAPNIK_DEBUG'
|
||||
debug_flags = '-g -fno-omit-frame-pointer -DDEBUG -DMAPNIK_DEBUG'
|
||||
ndebug_flags = '-DNDEBUG'
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue