diff --git a/tests/scripts/depends.py b/tests/scripts/depends.py index 6c2e6d6e3b..c6a438ee36 100755 --- a/tests/scripts/depends.py +++ b/tests/scripts/depends.py @@ -392,7 +392,7 @@ class DomainData: def __init__(self, options, conf): """Gather data about the library and establish a list of domains to test.""" - build_command = [options.make_command, 'CFLAGS=-Werror'] + build_command = [options.make_command, 'CFLAGS=-Werror -O2'] build_and_test = [build_command, [options.make_command, 'test']] self.all_config_symbols = set(conf.settings.keys()) # Find hash modules by name.