We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 05a088b + da491ec commit b912029Copy full SHA for b912029
ports/nrf/Makefile
@@ -61,7 +61,7 @@ CFLAGS += -mthumb -mabi=aapcs -fsingle-precision-constant -Wdouble-promotion
61
CFLAGS += -mtune=cortex-m4 -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard
62
CFLAGS += $(INC) -Wall -Werror -ansi -std=gnu99 -nostdlib $(COPT) $(NRF_DEFINES) $(CFLAGS_MOD)
63
CFLAGS += -fno-strict-aliasing
64
-CFLAGS += -fstack-usage
+CFLAGS += -fstack-usage -fno-builtin -fshort-enums
65
CFLAGS += -fdata-sections -ffunction-sections
66
CFLAGS += -DNRF5_HAL_H='<$(MCU_VARIANT)_hal.h>'
67
CFLAGS += -D__START=main
0 commit comments