We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b9fd11 commit 0e970afCopy full SHA for 0e970af
workspace_tools/export/gcc_arm_nucleo_f334r8.tmpl
@@ -20,7 +20,7 @@ OBJDUMP = $(GCC_BIN)arm-none-eabi-objdump
20
SIZE = $(GCC_BIN)arm-none-eabi-size
21
22
CPU = -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=$(FLOAT_ABI)
23
-CC_FLAGS = $(CPU) -c -g -fno-common -fmessage-length=0 -Wall -fno-exceptions -ffunction-sections -fdata-sections
+CC_FLAGS = $(CPU) -c -g -fno-common -fmessage-length=0 -Wall -fno-exceptions -ffunction-sections -fdata-sections -fno-rtti
24
CC_FLAGS += -MMD -MP
25
CC_SYMBOLS = {% for s in symbols %}-D{{s}} {% endfor %}
26
0 commit comments