Subversion Repositories FlightCtrl

Rev

Rev 1596 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1596 Rev 1630
Line 95... Line 95...
95
endif
95
endif
Line 96... Line 96...
96
 
96
 
97
 
97
 
-
 
98
# Optimization level, can be [0, 1, 2, 3, s]. 0 turns off optimization.
98
# Optimization level, can be [0, 1, 2, 3, s]. 0 turns off optimization.
99
# (Note: 3 is not always the best optimization level. See avr-libc FAQ.)
99
# (Note: 3 is not always the best optimization level. See avr-libc FAQ.)
100
# znib: war auf OPT=s
Line 100... Line 101...
100
OPT = s
101
#OPT = s
101
#OPT = 2
102
OPT = 2 
102
 
103
 
103
##########################################################################################################
104
##########################################################################################################