diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -517,6 +517,10 @@ else | |||
517 | CFLAGS += -fomit-frame-pointer | 517 | CFLAGS += -fomit-frame-pointer |
518 | endif | 518 | endif |
519 | 519 | ||
520 | ifdef CONFIG_UNWIND_INFO | ||
521 | CFLAGS += -fasynchronous-unwind-tables | ||
522 | endif | ||
523 | |||
520 | ifdef CONFIG_DEBUG_INFO | 524 | ifdef CONFIG_DEBUG_INFO |
521 | CFLAGS += -g | 525 | CFLAGS += -g |
522 | endif | 526 | endif |