add no-omit-frame-pointer to debug flags to ensure without question it is not enabled
This commit is contained in:
parent
adfa73f64a
commit
c47dae692a
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