summaryrefslogtreecommitdiffstats
path: root/spec/build/bsps/opto1.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/build/bsps/opto1.yml')
-rw-r--r--spec/build/bsps/opto1.yml17
1 files changed, 8 insertions, 9 deletions
diff --git a/spec/build/bsps/opto1.yml b/spec/build/bsps/opto1.yml
index 52d285c2ab..d3e0b6d361 100644
--- a/spec/build/bsps/opto1.yml
+++ b/spec/build/bsps/opto1.yml
@@ -3,19 +3,18 @@ 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)
+- Copyright (C) 2020 embedded brains GmbH & Co. KG
default:
-- -O1
-- -g
-- -fdata-sections
-- -ffunction-sections
-default-by-variant: []
+- enabled-by: true
+ value:
+ - -O1
+ - -g
+ - -fdata-sections
+ - -ffunction-sections
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