source: rtems/spec/build/bsps/opttestoptflags.yml @ c46fbb9

Last change on this file since c46fbb9 was a13047c, checked in by Sebastian Huber <sebastian.huber@…>, on 06/27/22 at 09:28:34

build: Allow separate optimization flags

Allow separate optimization flags for the BSP, cpukit, and tests. For example,
the BSP and cpukit may be built without optimization if coverage
instrumentation is enabled, however, the tests may still use optimization.

Update #4670.

  • Property mode set to 100644
File size: 451 bytes
Line 
1SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
2actions:
3- get-string: null
4- substitute: null
5- split: null
6- env-assign: null
7build-type: option
8copyrights:
9- Copyright (C) 2022 embedded brains GmbH (http://www.embedded-brains.de)
10default: ${OPTIMIZATION_FLAGS}
11default-by-variant: []
12description: |
13  Optimization flags passed to C and C++ compiler for tests.
14enabled-by: true
15format: '{}'
16links: []
17name: TEST_OPTIMIZATION_FLAGS
18type: build
Note: See TracBrowser for help on using the repository browser.