diff --git a/programs/bpf/move_funds_c/dump.sh b/programs/bpf/move_funds_c/dump.sh index a45cdeed6c..af61e414f8 100755 --- a/programs/bpf/move_funds_c/dump.sh +++ b/programs/bpf/move_funds_c/dump.sh @@ -1,3 +1,3 @@ #!/bin/sh -/usr/local/opt/llvm/bin/llvm-objdump -color -source -disassemble ../../../target/release/move_funds_c.o \ No newline at end of file +/usr/local/opt/llvm/bin/llvm-objdump -color -source -disassemble ../../../target/debug/move_funds_c.o \ No newline at end of file diff --git a/programs/bpf/noop_c/dump.sh b/programs/bpf/noop_c/dump.sh index 7c0becfcda..10f5f9e20c 100755 --- a/programs/bpf/noop_c/dump.sh +++ b/programs/bpf/noop_c/dump.sh @@ -1,3 +1,3 @@ #!/bin/sh -/usr/local/opt/llvm/bin/llvm-objdump -color -source -disassemble ../../../target/release/noop_c.o \ No newline at end of file +/usr/local/opt/llvm/bin/llvm-objdump -color -source -disassemble ../../../target/debug/noop_c.o \ No newline at end of file diff --git a/programs/bpf/tictactoe_c/dump.sh b/programs/bpf/tictactoe_c/dump.sh index e088c4047f..28b770bb07 100755 --- a/programs/bpf/tictactoe_c/dump.sh +++ b/programs/bpf/tictactoe_c/dump.sh @@ -1,3 +1,3 @@ #!/bin/sh -/usr/local/opt/llvm/bin/llvm-objdump -color -source -disassemble ../../../target/release/tictactoe_c.o \ No newline at end of file +/usr/local/opt/llvm/bin/llvm-objdump -color -source -disassemble ../../../target/debug/tictactoe_c.o \ No newline at end of file diff --git a/programs/bpf/tictactoe_dashboard_c/dump.sh b/programs/bpf/tictactoe_dashboard_c/dump.sh index 3ad37ceb6c..237921d0f6 100755 --- a/programs/bpf/tictactoe_dashboard_c/dump.sh +++ b/programs/bpf/tictactoe_dashboard_c/dump.sh @@ -1,3 +1,3 @@ #!/bin/sh -/usr/local/opt/llvm/bin/llvm-objdump -color -source -disassemble ../../../target/release/tictactoe_dashboard_c.o \ No newline at end of file +/usr/local/opt/llvm/bin/llvm-objdump -color -source -disassemble ../../../target/debug/tictactoe_dashboard_c.o \ No newline at end of file