source: rtems/spec/build/bsps/optos.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: 436 bytes
Line 
1SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
2actions:
3- get-string: null
4- split: null
5- env-assign: null
6build-type: option
7copyrights:
8- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
9default:
10- -Os
11- -g
12- -fdata-sections
13- -ffunction-sections
14default-by-variant: []
15description: |
16  Default optimization flags for C and C++ compilers.
17enabled-by: true
18links: []
19name: OPTIMIZATION_FLAGS
20type: build
Note: See TracBrowser for help on using the repository browser.