def load_release_darwin_settings(conf):
    """
	Setup all compiler and linker settings shared over all darwin configurations for
	the 'debug' configuration
	"""
    v = conf.env
    conf.load_darwin_common_settings()
def load_performance_darwin_settings(conf):
	"""
	Setup all compiler and linker settings shared over all darwin configurations for
	the 'debug' configuration
	"""
	v = conf.env
	conf.load_darwin_common_settings()