diff options
| author | Ayke van Laethem | 2018-04-24 16:52:28 +0200 |
|---|---|---|
| committer | Damien George | 2018-07-18 17:12:26 +1000 |
| commit | a6ae950b7575d5ecb9afcffea5ff33cde34d0f3b (patch) | |
| tree | c2c615b8abfa5c8cf738bbb092c268a421f85abc | |
| parent | 5fdebe62d36e3f642197e01363755cb5072826b6 (diff) | |
nrf/Makefile: Remove -fstack-usage.
-fstack-usage is not supported by Clang and old GCC versions.
| -rw-r--r-- | ports/nrf/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ports/nrf/Makefile b/ports/nrf/Makefile index 18c7b9366..496727f77 100644 --- a/ports/nrf/Makefile +++ b/ports/nrf/Makefile @@ -102,7 +102,6 @@ endif CFLAGS += $(CFLAGS_MCU_$(MCU_SERIES)) CFLAGS += $(INC) -Wall -Werror -g -ansi -std=gnu99 -nostdlib $(COPT) $(NRF_DEFINES) $(CFLAGS_MOD) CFLAGS += -fno-strict-aliasing -CFLAGS += -fstack-usage CFLAGS += -Iboards/$(BOARD) CFLAGS += -DNRF5_HAL_H='<$(MCU_VARIANT)_hal.h>' CFLAGS += $(CFLAGS_LTO) |
