Your ROOT_URL in app.ini is unix://git.lalonde.me:3000/ but you are visiting https://git.lalonde.me/matth/cral/commit/caa6f67a9f73a3621dd45187f2fd00d9fa116ede You should set ROOT_URL correctly, otherwise the web may not work correctly.

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.

git-svn-id: svn+ssh://oldsvn/home/mlalondesvn/svn/cral@28 3ee9b42a-b53c-0410-a25e-f0b6218d5d5b
master
follower 18 years ago
parent 854b2c9078
commit caa6f67a9f

@ -15,7 +15,7 @@ COMMON = -mmcu=$(MCU)
## Compile options common for all C compilation units.
CFLAGS = $(COMMON)
CFLAGS += -Wall -gdwarf-2 -O0 -fsigned-char
CFLAGS += -Wall -O0 -fsigned-char
CFLAGS += -MD -MP -MT $(*F).o -MF dep/$(@F).d -D__COMPILER_VERSION__=2
INCLUDES =

Loading…
Cancel
Save