Subversion Repositories chibiosIgnition

Rev

Rev 7 | Rev 13 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7 Rev 11
Line 3... Line 3...
3
# NOTE: Can be overridden externally.
3
# NOTE: Can be overridden externally.
4
#
4
#
5
 
5
 
6
# Compiler options here.
6
# Compiler options here.
7
ifeq ($(USE_OPT),)
7
ifeq ($(USE_OPT),)
8
  USE_OPT = -Og -g -ggdb -fomit-frame-pointer -falign-functions=16
8
  USE_OPT = -O0 -g -ggdb -fomit-frame-pointer -falign-functions=16
9
endif
9
endif
10
 
10
 
11
 
11
 
12
# C specific options here (added to USE_OPT).
12
# C specific options here (added to USE_OPT).
13
ifeq ($(USE_COPT),)
13
ifeq ($(USE_COPT),)