summaryrefslogtreecommitdiffstats
path: root/spec/build/bsps/optog.yml
blob: d08bd7b2b20b4155a6b02e6499b933ff10059a4f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
actions:
- get-string: null
- split: null
- env-assign: null
- env-append: CFLAGS
- env-append: CXXFLAGS
build-type: option
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
default:
- -Og
- -g
- -fdata-sections
- -ffunction-sections
default-by-variant: []
description: |
  Optimization flags passed to the C and C++ compiler
enabled-by: true
links: []
name: OPTIMIZATION_FLAGS
type: build