summaryrefslogtreecommitdiffstats
path: root/spec/build/bsps/optos.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/build/bsps/optos.yml')
-rw-r--r--spec/build/bsps/optos.yml11
1 files changed, 6 insertions, 5 deletions
diff --git a/spec/build/bsps/optos.yml b/spec/build/bsps/optos.yml
index 1c2c106064..8d70b77891 100644
--- a/spec/build/bsps/optos.yml
+++ b/spec/build/bsps/optos.yml
@@ -7,11 +7,12 @@ build-type: option
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
default:
-- -Os
-- -g
-- -fdata-sections
-- -ffunction-sections
-default-by-variant: []
+- enabled-by: true
+ value:
+ - -Os
+ - -g
+ - -fdata-sections
+ - -ffunction-sections
description: |
Default optimization flags for C and C++ compilers.
enabled-by: true