We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 81a05f3 + b508a63 commit cc15097Copy full SHA for cc15097
docs/using-the-compiler.rst
@@ -404,7 +404,8 @@ Input Description
404
// but to the whole source file like the AST.
405
// A star as contract name refers to all contracts in the file.
406
// Similarly, a star as a file name matches all files.
407
- // To select all outputs the compiler can possibly generate, use
+ // To select all outputs the compiler can possibly generate, with the exclusion of
408
+ // Yul intermediate representation outputs, use
409
// "outputSelection: { "*": { "*": [ "*" ], "": [ "*" ] } }"
410
// but note that this might slow down the compilation process needlessly.
411
//
0 commit comments