forked from Imagelibrary/rtems
20 lines
433 B
YAML
20 lines
433 B
YAML
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
|
|
actions:
|
|
- get-string: null
|
|
- substitute: null
|
|
- split: null
|
|
- env-assign: null
|
|
build-type: option
|
|
copyrights:
|
|
- Copyright (C) 2022 embedded brains GmbH & Co. KG
|
|
default:
|
|
- enabled-by: true
|
|
value: ${OPTIMIZATION_FLAGS}
|
|
description: |
|
|
Optimization flags passed to C and C++ compiler for tests.
|
|
enabled-by: true
|
|
format: '{}'
|
|
links: []
|
|
name: TEST_OPTIMIZATION_FLAGS
|
|
type: build
|