-fcoroutines is added automatically now

This commit is contained in:
Martin Raiber 2020-11-07 18:17:05 +01:00 committed by GitHub
parent 2f37ca4db2
commit 62a55549df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -127,7 +127,7 @@ Need gcc >= 10 for C++ coroutines. Depends on (recent) liburing-dev.
```bash
autoreconf --install
./configure CXXFLAGS="-fcoroutines"
./configure
make
```