From 74301f5278e2bf68e8e3cadeff4eef6117c63627 Mon Sep 17 00:00:00 2001 From: Matthew Kennedy Date: Tue, 26 Apr 2022 11:07:56 -0700 Subject: [PATCH] no lua mre debug (#4110) --- firmware/config/boards/microrusefi/compile_mre_f4_debug.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/config/boards/microrusefi/compile_mre_f4_debug.sh b/firmware/config/boards/microrusefi/compile_mre_f4_debug.sh index cef2818689..6ecb087de3 100755 --- a/firmware/config/boards/microrusefi/compile_mre_f4_debug.sh +++ b/firmware/config/boards/microrusefi/compile_mre_f4_debug.sh @@ -1,6 +1,6 @@ #!/bin/bash -export EXTRA_PARAMS="-DRAMDISK_INVALID" +export EXTRA_PARAMS="-DRAMDISK_INVALID -DEFI_LUA=FALSE" export DEBUG_LEVEL_OPT="-O0 -ggdb -g" # export USE_OPENBLT=yes