X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=Makefile;h=14781f36e3274cb269f8ac6427b96c828e9c22e0;hb=4af4c52f34606bdaab6930a845550c6fb02078a4;hp=cb5790580fca2cea5b70a27b0359e198f589da0c;hpb=536ea4e4198eeaa5a73fb734ea675e621609bb7e;p=mv-sheeva.git diff --git a/Makefile b/Makefile index cb5790580fc..14781f36e32 100644 --- a/Makefile +++ b/Makefile @@ -517,6 +517,10 @@ else CFLAGS += -fomit-frame-pointer endif +ifdef CONFIG_UNWIND_INFO +CFLAGS += -fasynchronous-unwind-tables +endif + ifdef CONFIG_DEBUG_INFO CFLAGS += -g endif