mirror of
https://github.com/mapnik/mapnik.git
synced 2025-12-08 20:13:09 +00:00
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
@ -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…
x
Reference in New Issue
Block a user