Skip to content

Commit

Permalink
Merge pull request #276 from tlo9/master
Browse files Browse the repository at this point in the history
Replace `-disallow-rtti` with `-no-rtti` flag.
  • Loading branch information
gingerBill authored Mar 1, 2025
2 parents 7682bf2 + 9f1694e commit fc0bd3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -2965,7 +2965,7 @@ The compiler provides a set of builtin constants which are available in all file
| `ODIN_TEST` | `true` if the code is being compiled via an invocation of `odin test`. |
| `ODIN_NO_ENTRY_POINT` | `true` if `-no-entry-point` command line switch is passed, which makes the declaration of a `main` procedure optional. |
| `ODIN_FOREIGN_ERROR_PROCEDURES` | `true` if `-foreign-error-procedures` command line switch is passed, which inhibits generation of runtime error procedures, so that they can be in a separate compilation unit. |
| `ODIN_NO_RTTI` | `true` if `-disallow-rtti` command line switch is passed, which inhibits generation of full Runtime Type Information. |
| `ODIN_NO_RTTI` | `true` if `-no-rtti` command line switch is passed, which inhibits generation of full Runtime Type Information. |
| `ODIN_ROOT` | Path to the folder containing the Odin compiler executable. |
| `ODIN_BUILD_PROJECT_NAME` | Name of the folder that contains the entry point. |
| `ODIN_VENDOR` | String which identifies the compiler being used. The official compiler sets this to `"odin"`. |
Expand Down

0 comments on commit fc0bd3a

Please sign in to comment.