Set default code optimization to size; remove dead declarations.[F
[bertos.git] / 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",