Remove -DTESTING.
Showing
1 changed file
with
3 additions
and
2 deletions
... | @@ -2,8 +2,9 @@ | ... | @@ -2,8 +2,9 @@ |
2 | 2 | ||
3 | AUTOMAKE_OPTIONS = ../lib/ansi2knr | 3 | AUTOMAKE_OPTIONS = ../lib/ansi2knr |
4 | 4 | ||
5 | INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/mailbox/include -I${top_srcdir}/lib | 5 | INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/mailbox/include |
6 | CFLAGS = -Wall -pedantic -g -DTESTING | 6 | -I${top_srcdir}/lib |
7 | CFLAGS = -Wall -pedantic -g | ||
7 | 8 | ||
8 | SUBDIRS = include | 9 | SUBDIRS = include |
9 | 10 | ... | ... |
-
Please register or sign in to post a comment