Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2288328c authored by Behan Webster's avatar Behan Webster
Browse files

all: LLVMLinux: Change DWARF flag to support gcc and clang



Both gcc (well, actually gnu as) and clang support the "-Wa,-gdwarf-2" option
(though clang does not support "-Wa,--gdwarf-2"). Since these flags are equivalent
in meaning, this patch uses the one which is better supported across compilers.

Signed-off-by: default avatarBehan Webster <behanw@converseincode.com>
parent 066c6807
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -671,7 +671,7 @@ endif

ifdef CONFIG_DEBUG_INFO
KBUILD_CFLAGS	+= -g
KBUILD_AFLAGS	+= -Wa,--gdwarf-2
KBUILD_AFLAGS	+= -Wa,-gdwarf-2
endif

ifdef CONFIG_DEBUG_INFO_REDUCED