================
@@ -255,33 +255,40 @@ endif
DEBUG_INFO_FLAG ?= -g
CFLAGS ?= $(DEBUG_INFO_FLAG) -O0
+FFLAGS ?= $(DEBUG_INFO_FLAG) -O0
# Some tests require no debug information. When lldb-dotest specifies a DWARF
version,
# it adds `-gdwarf-{version}` to the CFLAGS environment variable which causes
those tests
# to fail. Strip any existing debug flags from CFLAGS and force -g0 to prevent
this.
ifeq "$(MAKE_NO_DEBUG_INFO)" "YES"
CFLAGS := $(filter-out -g%,$(CFLAGS)) -g0
+ FFLAGS := $(filter-out -g%,$(FFLAGS)) -g0
----------------
DavidSpickett wrote:
Strange indent here.
https://github.com/llvm/llvm-project/pull/208298
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits