Skip to content

Commit 0e970af

Browse files
committed
[EXPORT][NUCLEO_F334R8] Add no rtti flag to gcc_arm exporter
1 parent 3b9fd11 commit 0e970af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workspace_tools/export/gcc_arm_nucleo_f334r8.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ OBJDUMP = $(GCC_BIN)arm-none-eabi-objdump
2020
SIZE = $(GCC_BIN)arm-none-eabi-size
2121

2222
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
23+
CC_FLAGS = $(CPU) -c -g -fno-common -fmessage-length=0 -Wall -fno-exceptions -ffunction-sections -fdata-sections -fno-rtti
2424
CC_FLAGS += -MMD -MP
2525
CC_SYMBOLS = {% for s in symbols %}-D{{s}} {% endfor %}
2626

0 commit comments

Comments
 (0)