We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 845d910 commit e1374c4Copy full SHA for e1374c4
build.sh
@@ -16,6 +16,7 @@ export RUSTFLAGS="\
16
17
export CARGO_TARGET_$( echo "${TARGET}" | tr '[:lower:]' '[:upper:]' | tr '-' '_' )_RUSTFLAGS="\
18
--cfg tracing_unstable \
19
+ --cfg tokio_unstable \
20
--remap-path-prefix /app=. \
21
-C codegen-units=1 \
22
-C embed-bitcode=no \
0 commit comments