Skip to content

Commit 1999051

Browse files
committed
disable tokio & tracing unstable
1 parent 760a4b8 commit 1999051

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ SCCACHE := $(shell which sccache)
55
# >> force-frame-pointers is required for profiling, add ~1% CPU overhead
66
# >> allow-multiple-definition is required so we can replace system allocator for C projects, like openssl, ffmpeg, etc.
77
# These CFLAGS are needed to make sure everything compiles with frame-pointer otherwise segfault will happen.
8-
export RUSTFLAGS := $(RUSTFLAGS) -C link-arg=-Wl,--allow-multiple-definition -C force-frame-pointers=yes --cfg tracing_unstable --cfg tokio_unstable
8+
export RUSTFLAGS := $(RUSTFLAGS) -C link-arg=-Wl,--allow-multiple-definition -C force-frame-pointers=yes
99
export CFLAGS := $(CFLAGS) -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer
1010
export CXXFLAGS := $(CXXFLAGS) -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer
1111
# ===

0 commit comments

Comments
 (0)