Skip to content

Commit

Permalink
Improve CFLAGS for debug and yydebug targets
Browse files Browse the repository at this point in the history
  • Loading branch information
thoni56 committed Apr 25, 2020
1 parent 7600ad5 commit bff9849
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Makefile.common
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
#

debug: CFLAGS+=-DDEBUG -Og
debug: COVERAGE=--coverage
yydebug: CFLAGS+= -DDEBUG -DYYDEBUG
debug yydebug: COVERAGE=--coverage
yydebug: CFLAGS+= -DDEBUG -DYYDEBUG -Og

prod debug yydebug: $(ZLIB) c-xref

Expand Down

0 comments on commit bff9849

Please sign in to comment.