Skip to content

Commit 2cbaa1a

Browse files
committed
disable logging
1 parent 343cb85 commit 2cbaa1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ cd trtllm-c/build
3838
cmake -DUSE_CXX11_ABI=$USE_CXX11_ABI ..
3939
make -j
4040
cd ../../llgtrt
41-
export RUSTC_LOG=rustc_codegen_ssa::back::link=info
41+
# export RUSTC_LOG=rustc_codegen_ssa::back::link=info
4242
cargo build --release

0 commit comments

Comments
 (0)