1
Fork 0

Gate the type length limit check behind a nightly flag

This commit is contained in:
Michael Goulet 2024-07-12 21:15:25 -04:00
parent 62c068feea
commit 938ed369ad
17 changed files with 54 additions and 58 deletions

View file

@ -1709,6 +1709,8 @@ options! {
"emit a section containing stack size metadata (default: no)"),
emit_thin_lto: bool = (true, parse_bool, [TRACKED],
"emit the bc module with thin LTO info (default: yes)"),
enforce_type_length_limit: bool = (false, parse_bool, [TRACKED],
"enforce the type length limit when monomorphizing instances in codegen"),
export_executable_symbols: bool = (false, parse_bool, [TRACKED],
"export symbols from executables, as if they were dynamic libraries"),
external_clangrt: bool = (false, parse_bool, [UNTRACKED],