From 62a55549dfde186fa044c27f3f988109af6fe11f Mon Sep 17 00:00:00 2001 From: Martin Raiber Date: Sat, 7 Nov 2020 18:17:05 +0100 Subject: [PATCH] -fcoroutines is added automatically now --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 03c7d1f..340dffd 100644 --- a/readme.md +++ b/readme.md @@ -127,7 +127,7 @@ Need gcc >= 10 for C++ coroutines. Depends on (recent) liburing-dev. ```bash autoreconf --install -./configure CXXFLAGS="-fcoroutines" +./configure make ```