File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11cur_dir = $(dir $(abspath $(firstword $(MAKEFILE_LIST ) ) ) )
2-
3- CLANG := clang-18
42TOP := $(cur_dir ) /../..
53
4+ CLANG := $(shell $(TOP ) /scripts/find_clang)
5+
66PARAMS = sphincs-shake-256f
77THASH = robust
88
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ cur_dir = $(dir $(abspath $(firstword $(MAKEFILE_LIST))))
22TOP := $(cur_dir ) /../../..
33
44# Generate code, user performance analysis
5- CC := clang-18
5+ CLANG := $( shell $( TOP ) /scripts/find_clang)
66LLVM_PROFDATA := $(subst clang,llvm-profdata,$(CC ) )
77LLVM_COV := $(subst clang,llvm-cov,$(CC ) )
88
Original file line number Diff line number Diff line change 11cur_dir = $(dir $(abspath $(firstword $(MAKEFILE_LIST ) ) ) )
22TOP := $(cur_dir ) /../../..
33
4- CC := clang-18
4+ CLANG := $( shell $( TOP ) /scripts/find_clang)
55
66PARAMS = sphincs-shake-128f
77THASH = simple
You can’t perform that action at this time.
0 commit comments