]> cloudbase.mooo.com Git - z180-stamp.git/blobdiff - avr/Makefile
Remove compiler warnings
[z180-stamp.git] / avr / Makefile
index eab1d1f6d2adf65b57154a00f3af7a0c175a2e5c..c392e434b3d0145866c64f66a575724d81aefc7f 100644 (file)
@@ -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