Skip to content

Commit d94d8bc

Browse files
committed
add python syntax to code block
1 parent d87bcde commit d94d8bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/controlling-compiler-optimization-flags.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Keep in mind, when using `--optarch=<flags>` as described below in combination w
7373
haven’t been installed yet will also be built with `--optarch=<flags>`. To specify compiler flags only for
7474
the given easyconfig, use the [`toolchainopts`][vsd_avail_easyconfig_params] easyconfig parameter, for example:
7575

76-
```
76+
```python
7777
toolchainopts = {'optarch': '<flags>'}
7878
```
7979

0 commit comments

Comments
 (0)