Skip to content
Snippets Groups Projects
Commit 35e94bab authored by Florian Schmaus's avatar Florian Schmaus
Browse files

Makefile: add 'waitfd' target

parent 587a65b4
No related branches found
No related tags found
1 merge request!421Various fixes and improvements
...@@ -103,6 +103,15 @@ asan: ...@@ -103,6 +103,15 @@ asan:
asan-test: asan asan-test: asan
meson test -C build-asan meson test -C build-asan
.PHONY: waitfd
waitfd:
rm -f build
$(MAKE) build \
BUILDTYPE=release \
BUILDDIR="build-$@" \
EMPER_WORKER_SLEEP_STRATEGY=waitfd
.PHONY: fast-static-analysis .PHONY: fast-static-analysis
fast-static-analysis: all check-format check-license doc fast-static-analysis: all check-format check-license doc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment