diff options
author | Jens Axboe <axboe@kernel.dk> | 2019-01-17 18:14:21 -0700 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2019-01-17 18:14:21 -0700 |
commit | b7e86eb7db6449180e13df9ff42e0c51f0d55bc4 (patch) | |
tree | 5aff38fe2ef52db50a89821f18c0cf1a478eda3a /test/Makefile | |
parent | 5789a6351a2ae69e810fca79b9e9b68797169e17 (diff) |
32-bit fixes
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'test/Makefile')
-rw-r--r-- | test/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile index 574f90b..1ec920d 100644 --- a/test/Makefile +++ b/test/Makefile @@ -1,4 +1,3 @@ -CC = gcc CFLAGS ?= -g -O2 -Wall -D_GNU_SOURCE -L../src/ all_targets += io_uring-test io_uring-cp poll poll-cancel |