#include <cstdint>
#include "mim/config.h"
Go to the source code of this file.
|
struct | mim::Flags |
| Compiler switches that must be saved and looked up in later phases of compilation. More...
|
|
◆ mim::Flags
Compiler switches that must be saved and looked up in later phases of compilation.
- See also
- Command-Line Reference
Definition at line 11 of file flags.h.
Class Members |
bool |
aggressive_lam_spec = false |
|
bool |
ascii = false |
|
bool |
bootstrap = false |
|
bool |
break_on_alpha_unequal = false |
|
bool |
break_on_error = false |
|
bool |
break_on_warn = false |
|
bool |
disable_type_checking = false |
|
uint32_t |
dump_gid = 0 |
|
bool |
dump_recursive = false |
|
bool |
reeval_breakpoints = false |
|
uint64_t |
scalarize_threshold = 32 |
|
bool |
trace_gids = false |
|