Skip to content

Commit ccffd89

Browse files
authored
Added documentation for compiler_options
1 parent 24cb754 commit ccffd89

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/configuration.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,15 @@ Indicate if you want this group to appear in your cache manifest.
123123

124124
Defaults to ``True``.
125125

126+
``compiler_options``
127+
............
128+
129+
**Optional**
130+
131+
A dictionary passed to compiler's ``compile_file`` method as kwargs. None of default compilers use it currently. It's to be used by custom compilers in case they need some special parameters.
132+
133+
Defaults to ``True``.
134+
126135

127136
Other settings
128137
--------------

0 commit comments

Comments
 (0)