Skip to content

Commit

Permalink
Fix CI about always_success
Browse files Browse the repository at this point in the history
  • Loading branch information
joii2020 committed Sep 1, 2023
1 parent e7ed2d8 commit d1915a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.clang
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ LLVM_CFLAGS := --target=riscv64 -march=rv64imc_zba_zbb_zbc_zbs \
-Wno-error=unused-command-line-argument \
-Wno-error=bitwise-instead-of-logical
LLVM_AUTH_CFLAGS := -DCKB_NO_ENTRY_GP
LDFLAGS := -static --gc-sections
LDFLAGS := -static -Wl,--gc-sections
AUTH_DYN_LIST := --dynamic-list c/auth.syms

CFLAGS := -g -O3 -fPIC \
Expand Down

0 comments on commit d1915a7

Please sign in to comment.