Skip to content

Commit cc15097

Browse files
authored
Merge pull request #15285 from frangio/fix-docs-outputselection
Fix docs on outputSelection
2 parents 81a05f3 + b508a63 commit cc15097

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/using-the-compiler.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,8 @@ Input Description
404404
// but to the whole source file like the AST.
405405
// A star as contract name refers to all contracts in the file.
406406
// Similarly, a star as a file name matches all files.
407-
// To select all outputs the compiler can possibly generate, use
407+
// To select all outputs the compiler can possibly generate, with the exclusion of
408+
// Yul intermediate representation outputs, use
408409
// "outputSelection: { "*": { "*": [ "*" ], "": [ "*" ] } }"
409410
// but note that this might slow down the compilation process needlessly.
410411
//

0 commit comments

Comments
 (0)