Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Match the pragma behavior of optimize_code and additional_branch_opti…
…mization to CLI behavior (#459) Previously, using #pragma compile_with optimize_code didn't actually enable extra_syntax_checks, like the CLI version did. Even worse happened with additional_branch_optimization, which disabled extra_syntax_checks if additional_branch_optimization was disabled. Fix this so that the behavior is exactly the same as when compiling via CLI
- Loading branch information