contracts/PancakeRouter.sol:13:1: Warning: Contract code size exceeds 24576 bytes (a limit introduced in Spurious Dragon). This contract may not be deployable on mainnet. Consider enabling the optimizer (with a low "runs" value!), turning off revert strings, or using libraries. contract PancakeRouter is IPancakeRouter02 { ^ (Relevant source part starts here and spans across multiple lines).