summaryrefslogtreecommitdiff
path: root/sdr-test-project/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sdr-test-project/Makefile')
-rw-r--r--sdr-test-project/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdr-test-project/Makefile b/sdr-test-project/Makefile
index 3d96c04..22015b9 100644
--- a/sdr-test-project/Makefile
+++ b/sdr-test-project/Makefile
@@ -101,7 +101,7 @@ TARGET_OPTS =
endif
CFLAGS += $(TARGET_OPTS)
-CFLAGS += -Wall -mlong-calls -ffunction-sections
+CFLAGS += -Wall -mlong-calls -ffunction-sections -fno-rtti -fno-exceptions
CFLAGS += -g $(OPTIMIZATION) $(INCLUDES) -D$(CHIP) -DTRACE_LEVEL=$(TRACE_LEVEL)
ASFLAGS = $(TARGET_OPTS) -Wall -g $(OPTIMIZATION) $(INCLUDES) -D$(CHIP) -D__ASSEMBLY__
LDFLAGS = -g $(OPTIMIZATION) -nostartfiles $(TARGET_OPTS) -Wl,--gc-sections
personal git repositories of Harald Welte. Your mileage may vary