summaryrefslogtreecommitdiff
path: root/avr/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'avr/Makefile')
-rw-r--r--avr/Makefile5
1 files changed, 3 insertions, 2 deletions
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