aboutsummaryrefslogtreecommitdiff
path: root/src/types.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/types.cpp')
-rw-r--r--src/types.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/types.cpp b/src/types.cpp
index 1fbcd429b..effa8ef64 100644
--- a/src/types.cpp
+++ b/src/types.cpp
@@ -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
}