Set default code optimization to size; remove dead declarations.[F
authorbatt <batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Fri, 10 Apr 2009 19:45:30 +0000 (19:45 +0000)
committerbatt <batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Fri, 10 Apr 2009 19:45:30 +0000 (19:45 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2493 38d2e660-2303-0410-9eaa-f027e97ec537

bertos/cpu/avr/info/avr.common

index b04117f17d3509f73a36599beb9b0b9b166fc814..abf6332f0ddac40e0befd56880ffab449f639fdc 100644 (file)
@@ -63,16 +63,7 @@ DRV_DIR = CPU_DIR + "avr/drv/"
 
 
 # Common GCC flags.
-C_FLAGS = [ "-O0", "-fno-strict-aliasing", "-I" + CPU_DIR + "avr/"]
-
-
-# If you want to use, one o more, of these modules in your project you should compile in
-# different way.
-PC_SRC = [ "kdebug",
-           "formatwr",
-           "sprintf",
-           "text_format",
-           "text" ]
+C_FLAGS = [ "-Os", "-fno-strict-aliasing", "-I" + CPU_DIR + "avr/"]
 
 SUPPORTED_DRV = [ "adc",
                  "flash",