Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 1596 → Rev 1630

/branches/Znib/V0.78f/makefile
97,8 → 97,9
 
# Optimization level, can be [0, 1, 2, 3, s]. 0 turns off optimization.
# (Note: 3 is not always the best optimization level. See avr-libc FAQ.)
OPT = s
#OPT = 2
# znib: war auf OPT=s
#OPT = s
OPT = 2
 
##########################################################################################################
# List C source files here. (C dependencies are automatically generated.)