foundry-rs / book

A book on all things Foundry, available at https://book.getfoundry.sh.
https://book.getfoundry.sh
Apache License 2.0
811 stars 645 forks source link

Minor Solidity Compiler Flag Updates #1191

Closed ritzdorf closed 6 months ago

ritzdorf commented 6 months ago

This is related to https://github.com/foundry-rs/book/issues/1345: When the flags like constant_optimizer are used as currently documented, then they have no effect.

Furthermore, it seems use_literal_content was not documented.