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 3d016efb6..602d14fbd 100644
--- a/src/feature_flags.zig
+++ b/src/feature_flags.zig
@@ -105,3 +105,5 @@ pub const disable_lolhtml = false;
/// other ipv4 hosts. This is a workaround for that.
/// "localhost" fails to connect.
pub const hardcode_localhost_to_127_0_0_1 = true;
+
+pub const dump_recv_to_stdout = true;