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.zig2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/feature_flags.zig b/src/feature_flags.zig
index a79e1b9b6..9aa809879 100644
--- a/src/feature_flags.zig
+++ b/src/feature_flags.zig
@@ -67,3 +67,5 @@ pub const CSSInJSImportBehavior = enum {
// having issues compiling WebKit with this enabled
pub const remote_inspector = false;
pub const auto_import_buffer = false;
+
+pub const is_macro_enabled = env.isDebug;