diff options
author | 2022-03-16 05:06:22 -0700 | |
---|---|---|
committer | 2022-03-16 05:06:22 -0700 | |
commit | e92c8326971d63593b30f2cfa010fbe753df0878 (patch) | |
tree | e3fd147355a10638ae7c7bfa0400251e9b03866d /src | |
parent | b633573ad0904c1caaea4d867174695e7bd5fd19 (diff) | |
download | bun-e92c8326971d63593b30f2cfa010fbe753df0878.tar.gz bun-e92c8326971d63593b30f2cfa010fbe753df0878.tar.zst bun-e92c8326971d63593b30f2cfa010fbe753df0878.zip |
Update feature_flags.zig
Diffstat (limited to 'src')
-rw-r--r-- | src/feature_flags.zig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/feature_flags.zig b/src/feature_flags.zig index 53456928e..02d09faee 100644 --- a/src/feature_flags.zig +++ b/src/feature_flags.zig @@ -90,3 +90,4 @@ pub const use_libgit2 = true; pub const atomic_file_watcher = env.isLinux; pub const node_streams = env.isDebug or env.isTest; +pub const simd = true; |