Project

General

Profile

Revision 1617

wl: clean up unit tests

View differences:

Makefile
83 83
#  -Wa,...:      tell GCC to pass this to the assembler.
84 84
#    -adhlns...: create assembler listing
85 85
CFLAGS =
86
#CFLAGS += -g$(DEBUG)
86
# debug is enabled.  comment out next line to disable
87
CFLAGS += -g$(DEBUG)
87 88
CFLAGS += $(CDEFS) $(CINCS)
88 89
CFLAGS += -O$(OPT)
89 90
CFLAGS += -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums

Also available in: Unified diff