Extra configure flags can now be passed that supplement the auto-generated ones, via the extra_configure_flags attribute. I added this as a new attribute for the sake of not breaking the current functionality, where overriding the configure_flags attribute would completely override the auto-generated configure flags.
Extra configure flags can now be passed that supplement the auto-generated ones, via the
extra_configure_flags
attribute. I added this as a new attribute for the sake of not breaking the current functionality, where overriding theconfigure_flags
attribute would completely override the auto-generated configure flags.