Skip to content

Commit 6466516

Browse files
committed
update make file
1 parent 7756e51 commit 6466516

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
@@ -30,7 +30,7 @@ build:
3030
ckblibc:
3131
@echo " >>> build libdummy.a"
3232
cd third-party/ckb-c-stdlib && \
33-
clang --target=riscv64 \
33+
clang --target=riscv64 -v \
3434
-march=rv64imc \
3535
-Wall -Werror -Wextra -Wno-unused-parameter -Wno-nonnull -fno-builtin-printf -fno-builtin-memcmp -O3 -g -fdata-sections -ffunction-sections \
3636
-I libc \

0 commit comments

Comments
 (0)