Changeset 633 for nano-RK/include
- Timestamp:
- 07/22/08 21:05:42 (3 months ago)
- Files:
-
- nano-RK/include/platform/imec/common.mk (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
nano-RK/include/platform/imec/common.mk
r392 r633 32 32 # Optimization level, can be [0, 1, 2, 3, s]. 0 turns off optimization. 33 33 # (Note: 3 is not always the best optimization level. See avr-libc FAQ.) 34 OPT = s34 OPT = 1 35 35 36 36 # By default the NODE_ADDR is 0 … … 218 218 # Combine all necessary flags and optional flags. 219 219 # Add target processor to flags. 220 ALL_CFLAGS = -mmcu=$(MCU) - Os -I. $(CFLAGS) $(TARGET_PLATFORM)220 ALL_CFLAGS = -mmcu=$(MCU) -I. $(CFLAGS) $(TARGET_PLATFORM) 221 221 ALL_ASFLAGS = -mmcu=$(MCU) -I. -x assembler-with-cpp $(ASFLAGS) 222 222
