Skip to content

Commit f44497b

Browse files
authored
Merge branch 'main' into remove-compiler-flags
2 parents 4870c18 + 0e0c425 commit f44497b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/reference/target-declaration.mdx

+2
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ A target specification may have optional parameters, the names and values of whi
3030
- [**cargo-features**](#cargo-features): (Rust only) List of string names of features to include.
3131
- [**cmake-include**](#cmake): List of paths to cmake files to guide compilation.
3232
- [**compiler**](#compiler): A string giving the name of the target language compiler to use.
33+
- [**compiler-flags**](#compiler-flags): An arrays of strings giving options to be passed to the target compiler.
3334
- [**docker**](#docker): A boolean to generate a Dockerfile.
3435
- [**external-runtime-path**](#external-runtime-path): Specify a pre-compiled external runtime library located to link to instead of the default.
3536
- [**export-dependency-graph**](#export-dependency-graph): To export the reaction dependency graph as a dot graph (for debugging).
@@ -57,6 +58,7 @@ c={
5758
build-type: <Debug, Release, RelWithDebInfo, or MinSizeRel>,
5859
cmake-include: <string or list of strings>,
5960
compiler: <string>,
61+
compiler-flags: <string or list of strings>,
6062
docker: <true or false>,
6163
fast: <true or false>,
6264
files: <string or list of strings>,

0 commit comments

Comments
 (0)