Skip to content
Snippets Groups Projects

Work work work

Merged Florian Fischer requested to merge work-work-work into main
5 files
+ 31
8
Compare changes
  • Side-by-side
  • Inline

Files

+ 2
2
BENCH_MAIN := bench.c
BENCH_MAIN := bench.c
SYSCALLS := blocking io-uring io-uring-sqpoll io-uring-no-syscall epoll aio-sig aio-thrd
SYSCALLS := blocking io-uring io-uring-sqpoll io-uring-no-syscall epoll paio-sig paio-thrd
OBJ := $(addprefix bench-,$(SYSCALLS))
OBJ := $(addprefix bench-,$(SYSCALLS))
LDFLAGS := -luring -pthread -lrt
LDFLAGS := -luring -pthread -lrt
CFLAGS := -Werror -Wall -g -O3
CFLAGS := -Werror -Wall -g -O3 -D_GNU_SOURCE
# CFLAGS := -Werror -Wall -g -O0
# CFLAGS := -Werror -Wall -g -O0
.PHONY: all clean eval docker-eval check
.PHONY: all clean eval docker-eval check
Loading