From 28129dd263cf3598a6d4ea1a6b799448f9a2fca5 Mon Sep 17 00:00:00 2001 From: BAStos525 Date: Tue, 20 Aug 2024 17:05:36 +0300 Subject: [PATCH] try profiling dispatch 7 Signed-off-by: BAStos525 --- .github/workflows/iroha2-profiling-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/iroha2-profiling-image.yml b/.github/workflows/iroha2-profiling-image.yml index e8f49269885..61296d09113 100644 --- a/.github/workflows/iroha2-profiling-image.yml +++ b/.github/workflows/iroha2-profiling-image.yml @@ -20,7 +20,7 @@ on: IROHA2_RUSTFLAGS: description: "Type \"-C force-frame-pointers=on\" to build profiler image" required: false - default: + default: -C force-frame-pointers=on IROHA2_FEATURES: description: "Type \"profiling\" to build profiler image" required: false