From 7d0a6247c99e82a677bd42db1c08b5592943bd9b Mon Sep 17 00:00:00 2001 From: Konstantin Aladyshev Date: Mon, 19 Jul 2021 13:47:21 +0300 Subject: Application can be debugged even in release mode Signed-off-by: Konstantin Aladyshev --- scripts/run_gdb.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/run_gdb.sh b/scripts/run_gdb.sh index 1683c60..1506b17 100755 --- a/scripts/run_gdb.sh +++ b/scripts/run_gdb.sh @@ -103,7 +103,7 @@ fi if [[ ! -z "${FIRST_RUN}" || ! -f debug.log ]]; then touch debug.log # If it is a first run, we need to create 'debug.log' file for addresses - TARGET_EFI="Build/${PACKAGE}/DEBUG_GCC5/X64/${TARGET}.efi" + TARGET_EFI="Build/${PACKAGE}/RELEASE_GCC5/X64/${TARGET}.efi" test_file "${TARGET_EFI}" cp ${TARGET_EFI} ${QEMU_SHARED_FOLDER} tmux new-session \; \ -- cgit v1.2.3-18-g5258