Skip to content

Commit

Permalink
Enable -O2 in depends.py
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
  • Loading branch information
daverodgman committed Jan 4, 2024
1 parent 5b00fb1 commit b046b9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/scripts/depends.py
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ def config_symbols_matching(self, regexp):

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.
Expand Down

0 comments on commit b046b9a

Please sign in to comment.