From c4091308dd2d35b7a79b3b0632ade5594b6fedf4 Mon Sep 17 00:00:00 2001 From: batt Date: Tue, 15 Sep 2009 13:53:16 +0000 Subject: [PATCH] Remove redundant option (is include by default in the user makefile. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2946 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/cpu/avr/info/avr.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bertos/cpu/avr/info/avr.common b/bertos/cpu/avr/info/avr.common index 2d8c7758..b73a08ea 100644 --- a/bertos/cpu/avr/info/avr.common +++ b/bertos/cpu/avr/info/avr.common @@ -65,5 +65,5 @@ MK_DEBUG_SCRIPT = PRG_SCRIPTS_DIR + "nodebug.sh" MK_STOPDEBUG_SCRIPT = PRG_SCRIPTS_DIR + "none.sh" # Common GCC flags. -MK_CPU_CPPFLAGS = "-Os -fno-strict-aliasing -I" + CPU_DIR + "avr/" +MK_CPU_CPPFLAGS = "-Os -I" + CPU_DIR + "avr/" -- 2.25.1