X-Git-Url: https://jxself.org/git/?p=b43-tools.git;a=blobdiff_plain;f=assembler%2FMakefile;fp=assembler%2FMakefile;h=e9ce6f66c11f4be38f6ab7d5e9b92fbe4fcd0742;hp=21c652d8ac0709a867ced8284956a22cf78855d4;hb=62ac5a230d3e0d3bf92d1d4a1ce0a82189010e86;hpb=25b3c27189d835ea84c8a91f48f68a1c46f377e0 diff --git a/assembler/Makefile b/assembler/Makefile index 21c652d..e9ce6f6 100644 --- a/assembler/Makefile +++ b/assembler/Makefile @@ -30,7 +30,7 @@ BIN = b43-asm.bin SRCS = parser.c scanner.c main.c initvals.c util.c args.c # YACC related CFLAGS -CFLAGS += -DYYSTYPE="void *" -DYYERROR_VERBOSE -DYYDEBUG -DYYENABLE_NLS=0 -DYYLTYPE_IS_TRIVIAL=0 -Wno-unused +CFLAGS += -DYYSTYPE="void *" -DYYERROR_VERBOSE -DYYDEBUG=1 -DYYENABLE_NLS=0 -DYYLTYPE_IS_TRIVIAL=0 -Wno-unused .SUFFIXES: .PHONY: all install clean distclean