We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d87bcde commit d94d8bcCopy full SHA for d94d8bc
docs/controlling-compiler-optimization-flags.md
@@ -73,7 +73,7 @@ Keep in mind, when using `--optarch=<flags>` as described below in combination w
73
haven’t been installed yet will also be built with `--optarch=<flags>`. To specify compiler flags only for
74
the given easyconfig, use the [`toolchainopts`][vsd_avail_easyconfig_params] easyconfig parameter, for example:
75
76
-```
+```python
77
toolchainopts = {'optarch': '<flags>'}
78
```
79
0 commit comments