Show
Ignore:
Timestamp:
11/02/07 04:11:41 (14 months ago)
Author:
follower
Message:

The 'dwarf-2' debug format is not supported by the Atmega168 and we want minimum object size so we do not want to geneate debug information.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/follower/wiz810mj/src/lib/Makefile

    r27 r28  
    1616## Compile options common for all C compilation units. 
    1717CFLAGS = $(COMMON) 
    18 CFLAGS += -Wall -gdwarf-2  -O0 -fsigned-char 
     18CFLAGS += -Wall -O0 -fsigned-char 
    1919CFLAGS += -MD -MP -MT $(*F).o -MF dep/$(@F).d -D__COMPILER_VERSION__=2 
    2020INCLUDES =