mirror of
https://github.com/odin-lang/Odin.git
synced 2026-01-10 23:13:15 +00:00
Use giant struct only in 17
This commit is contained in:
@@ -175,7 +175,7 @@ gb_internal lbValue lb_type_info_member_tags_offset(lbModule *m, isize count, is
|
||||
return offset;
|
||||
}
|
||||
|
||||
enum {LB_USE_GIANT_PACKED_STRUCT = true};
|
||||
enum {LB_USE_GIANT_PACKED_STRUCT = LB_USE_NEW_PASS_SYSTEM};
|
||||
|
||||
gb_internal LLVMTypeRef lb_setup_type_info_data_internal_type(lbModule *m, isize max_type_info_count) {
|
||||
if (!LB_USE_GIANT_PACKED_STRUCT) {
|
||||
|
||||
Reference in New Issue
Block a user