aboutsummaryrefslogtreecommitdiff
path: root/src/feature_flags.zig
diff options
context:
space:
mode:
Diffstat (limited to 'src/feature_flags.zig')
-rw-r--r--src/feature_flags.zig1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/feature_flags.zig b/src/feature_flags.zig
index f2fa69884..3cbd5787a 100644
--- a/src/feature_flags.zig
+++ b/src/feature_flags.zig
@@ -34,6 +34,7 @@ pub const css_supports_fence = true;
pub const disable_entry_cache = false;
pub const enable_bytecode_caching = false;
+pub const react_specific_warnings = true;
// Disabled due to concurrency bug I don't have time to fix right now.
// I suspect it's like 3 undefined memory issues.
// This was the command I ran to reproduce it: