aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index cb5790580fca..14781f36e327 100644
--- a/Makefile
+++ b/Makefile
@@ -517,6 +517,10 @@ else
517CFLAGS += -fomit-frame-pointer 517CFLAGS += -fomit-frame-pointer
518endif 518endif
519 519
520ifdef CONFIG_UNWIND_INFO
521CFLAGS += -fasynchronous-unwind-tables
522endif
523
520ifdef CONFIG_DEBUG_INFO 524ifdef CONFIG_DEBUG_INFO
521CFLAGS += -g 525CFLAGS += -g
522endif 526endif