configure --enable-debug changes
Three changes to how configure --enable-debug behaves:
- Preserve user-passed CXXFLAGS/CFLAGS
- Compile with -DDEBUG_LOCKORDER
- Add -DDEBUG -DDEBUG_LOCKORDER to CPPFLAGS (since they are preprocessor options)
configure --enable-debug changes 83b48c89718eUnpublished Tags None Subscribers None
Description
Details
|