From 4b1df104c9190e943b7f3e0d544b235f5cb2dce4 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Wed, 5 May 2010 09:24:21 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1904 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- demos/ARM7-LPC214x-G++/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demos/ARM7-LPC214x-G++/Makefile') diff --git a/demos/ARM7-LPC214x-G++/Makefile b/demos/ARM7-LPC214x-G++/Makefile index 0cc8f6e53..549fd8f1f 100644 --- a/demos/ARM7-LPC214x-G++/Makefile +++ b/demos/ARM7-LPC214x-G++/Makefile @@ -10,7 +10,7 @@ endif # C++ specific options here (added to USE_OPT). ifeq ($(USE_CPPOPT),) - USE_CPPOPT = -fno-rtti + USE_CPPOPT = -fno-rtti -fno-exceptions endif # Enable this if you want the linker to remove unused code and data -- cgit v1.2.3