summaryrefslogtreecommitdiffstats
path: root/spec/build/bsps/opto0.yml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--spec/build/bsps/opto0.yml22
1 files changed, 22 insertions, 0 deletions
diff --git a/spec/build/bsps/opto0.yml b/spec/build/bsps/opto0.yml
new file mode 100644
index 0000000000..406286980f
--- /dev/null
+++ b/spec/build/bsps/opto0.yml
@@ -0,0 +1,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:
+- -O0
+- -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