mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
fix build
This commit is contained in:
1
Makefile
1
Makefile
@@ -352,6 +352,7 @@ httpbench-release:
|
||||
src/deps/zlib/libz.a \
|
||||
src/deps/libarchive.a \
|
||||
src/deps/libssl.a \
|
||||
src/deps/libcrypto.a \
|
||||
src/deps/picohttpparser.o \
|
||||
$(LIBCRYPTO_STATIC_LIB)
|
||||
|
||||
|
||||
@@ -70,7 +70,7 @@ pub const include_filename_in_jsx = false;
|
||||
|
||||
pub const verbose_analytics = false;
|
||||
|
||||
pub const disable_compression_in_http_client = true;
|
||||
pub const disable_compression_in_http_client = false;
|
||||
|
||||
// Not sure why...
|
||||
// But this is slower!
|
||||
|
||||
Reference in New Issue
Block a user