Remove redundant option (is include by default in the user makefile.
authorbatt <batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 15 Sep 2009 13:53:16 +0000 (13:53 +0000)
committerbatt <batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 15 Sep 2009 13:53:16 +0000 (13:53 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2946 38d2e660-2303-0410-9eaa-f027e97ec537

bertos/cpu/avr/info/avr.common

index 2d8c775819fb299643d1702f6c227a45002e325d..b73a08ea6609621f297527474ba67c9490020613 100644 (file)
@@ -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/"