X-Git-Url: http://cloudbase.mooo.com/gitweb/z180-stamp.git/blobdiff_plain/8a500c7f3634212263ab1291c139d9c6a8967b8b..f1e16f884308e8ef720a4ecbcdcc97af97dce4bd:/avr/Makefile diff --git a/avr/Makefile b/avr/Makefile index eab1d1f..c392e43 100644 --- a/avr/Makefile +++ b/avr/Makefile @@ -45,9 +45,10 @@ CINCS := -I../include OPT = s CSTANDARD = -std=gnu11 -CDEBUG = +CDEBUG = -g CWARN = -Wall -Wextra -Wstrict-prototypes -Wredundant-decls -CTUNING = -funsigned-char -fshort-enums -funsigned-bitfields -fpack-struct +CTUNING = -fshort-enums -funsigned-bitfields -fpack-struct +#CTUNING += -funsigned-char CTUNING += -mrelax -fno-common CTUNING += -fno-move-loop-invariants CTUNING += -fno-tree-loop-optimize