From 56a4206db683eacc9157b751a1164e71703ea4e0 Mon Sep 17 00:00:00 2001 From: Noel Kwan <47273164+kwannoel@users.noreply.github.com> Date: Mon, 22 Apr 2024 15:15:24 +0800 Subject: [PATCH] fix(risedev): use `debug` path for `risedev-dev` (#16427) --- Makefile.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.toml b/Makefile.toml index 6db1dbb604b12..504ff88a33d5a 100644 --- a/Makefile.toml +++ b/Makefile.toml @@ -676,7 +676,7 @@ if [[ $ENABLE_COREDUMP == "true" ]]; then fi set -x -target/${BUILD_MODE_DIR}/risedev-dev ${@} +target/debug/risedev-dev ${@} ''' [tasks.kill-risedev]