File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 79
79
--cflags="${{ inputs.cflags }} ${{ inputs.archflags }}" \
80
80
--opt=$([[ ${{ inputs.opt }} == "false" ]] && echo "no_opt" || echo "opt") \
81
81
-v --output=output.json ${{ inputs.bench_extra_args }}
82
-
83
82
./scripts/tests bench --components -c ${{ inputs.perf }} --cross-prefix="${{ inputs.cross_prefix }}" \
84
83
--cflags="${{ inputs.cflags }} ${{ inputs.archflags }}" \
85
84
--opt=$([[ ${{ inputs.opt }} == "false" ]] && echo "no_opt" || echo "opt") \
Original file line number Diff line number Diff line change @@ -36,9 +36,9 @@ $(BUILD_DIR)/libmldsa.a: $(MLDSA44_OBJS) $(MLDSA65_OBJS) $(MLDSA87_OBJS)
36
36
$(MLDSA44_DIR ) /bin/bench_mldsa44 : CFLAGS += -Itest/hal
37
37
$(MLDSA65_DIR ) /bin/bench_mldsa65 : CFLAGS += -Itest/hal
38
38
$(MLDSA87_DIR ) /bin/bench_mldsa87 : CFLAGS += -Itest/hal
39
- $(MLDSA44_DIR ) /bin/bench_components_mldsa44 : CFLAGS += -Itest/hal
40
- $(MLDSA65_DIR ) /bin/bench_components_mldsa65 : CFLAGS += -Itest/hal
41
- $(MLDSA87_DIR ) /bin/bench_components_mldsa87 : CFLAGS += -Itest/hal
39
+ $(MLDSA44_DIR ) /bin/bench_components_mldsa44 : CFLAGS += -Itest/hal -fno-lto
40
+ $(MLDSA65_DIR ) /bin/bench_components_mldsa65 : CFLAGS += -Itest/hal -fno-lto
41
+ $(MLDSA87_DIR ) /bin/bench_components_mldsa87 : CFLAGS += -Itest/hal -fno-lto
42
42
43
43
$(MLDSA44_DIR ) /bin/test_stack44 : CFLAGS += -Imldsa -fstack-usage
44
44
$(MLDSA65_DIR ) /bin/test_stack65 : CFLAGS += -Imldsa -fstack-usage
You can’t perform that action at this time.
0 commit comments