Disable #raw_union constants for the time being

This commit is contained in:
gingerBill
2025-09-29 12:54:52 +01:00
parent b711e92968
commit 240b2f1819
2 changed files with 2 additions and 7 deletions

View File

@@ -2541,7 +2541,8 @@ gb_internal bool is_type_raw_union_constantable(Type *type) {
return false;
}
}
return true;
// return true;
return false; // Disable raw union constants for the time being
}