summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 22015b9..feb5c35 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 -fno-rtti -fno-exceptions
+CFLAGS += -Wall -mlong-calls -ffunction-sections -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