diff options
author | 2021-09-24 16:41:45 -0700 | |
---|---|---|
committer | 2021-09-24 16:41:45 -0700 | |
commit | 940570af5904b35784e24f7ea35ccc1fa1f260e7 (patch) | |
tree | 26ce1c7e08303040e0f5a23fdb04ed9d5756a415 /src/feature_flags.zig | |
parent | bdfb5a91b14a129df1b1a5d46aae5c8ef2ea2fd8 (diff) | |
download | bun-v0.0.22.tar.gz bun-v0.0.22.tar.zst bun-v0.0.22.zip |
skeleton codebun-v0.0.22
Diffstat (limited to 'src/feature_flags.zig')
-rw-r--r-- | src/feature_flags.zig | 2 |
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; |