summaryrefslogtreecommitdiffstats
path: root/spec/build/bsps/optos.yml
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2022-06-27 11:28:34 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2022-07-04 08:29:52 +0200
commita13047ca0e965136815a77ee2651d5e7821b59f7 (patch)
treef82623a51ad4b3333e108661c9a2b434d60b8043 /spec/build/bsps/optos.yml
parentbuild: Fix optimization flags definition order (diff)
downloadrtems-a13047ca0e965136815a77ee2651d5e7821b59f7.tar.bz2
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.
Diffstat (limited to 'spec/build/bsps/optos.yml')
-rw-r--r--spec/build/bsps/optos.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/spec/build/bsps/optos.yml b/spec/build/bsps/optos.yml
index df9e0efd02..1c2c106064 100644
--- a/spec/build/bsps/optos.yml
+++ b/spec/build/bsps/optos.yml
@@ -3,8 +3,6 @@ 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)
@@ -15,7 +13,7 @@ default:
- -ffunction-sections
default-by-variant: []
description: |
- Optimization flags passed to the C and C++ compiler
+ Default optimization flags for C and C++ compilers.
enabled-by: true
links: []
name: OPTIMIZATION_FLAGS