Update readme.md

This commit is contained in:
Martin Raiber 2020-11-07 17:42:15 +01:00 committed by GitHub
parent 98b9b292e9
commit cedccee181
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
./configure CXXFLAGS="-fcoroutines"
make
```