mirror of
https://github.com/cuberite/polarssl.git
synced 2025-09-09 23:26:29 -04:00
Enable -O2 in depends.py
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
parent
5b00fb111f
commit
b046b9a96b
@ -392,7 +392,7 @@ class DomainData:
|
|||||||
|
|
||||||
def __init__(self, options, conf):
|
def __init__(self, options, conf):
|
||||||
"""Gather data about the library and establish a list of domains to test."""
|
"""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']]
|
build_and_test = [build_command, [options.make_command, 'test']]
|
||||||
self.all_config_symbols = set(conf.settings.keys())
|
self.all_config_symbols = set(conf.settings.keys())
|
||||||
# Find hash modules by name.
|
# Find hash modules by name.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user