Skip to content

Commit eaa9e88

Browse files
committed
Merge branch 'fix-DNDEBUG' of https://github.com/dandedrick/fio
* 'fix-DNDEBUG' of https://github.com/dandedrick/fio: t/read-to-pipe-async: fix -DNDEBUG support
2 parents a6e474c + 9d7b256 commit eaa9e88

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ T_DEDUPE_PROGS = t/fio-dedupe
365365
T_VS_OBJS = t/verify-state.o t/log.o crc/crc32c.o crc/crc32c-intel.o crc/crc32c-arm64.o t/debug.o
366366
T_VS_PROGS = t/fio-verify-state
367367

368-
T_PIPE_ASYNC_OBJS = t/read-to-pipe-async.o
368+
T_PIPE_ASYNC_OBJS = t/read-to-pipe-async.o t/log.o
369369
T_PIPE_ASYNC_PROGS = t/read-to-pipe-async
370370

371371
T_IOU_RING_OBJS = t/io_uring.o lib/rand.o lib/pattern.o lib/strntol.o

t/read-to-pipe-async.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
#include <assert.h>
3636

3737
#include "../flist.h"
38+
#include "../log.h"
3839

3940
#include "compiler/compiler.h"
4041

0 commit comments

Comments
 (0)