add no-omit-frame-pointer to debug flags to ensure without question it is not enabled

This commit is contained in:
Dane Springmeyer 2012-03-07 15:34:59 -08:00
parent adfa73f64a
commit c47dae692a

View file

@ -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'