diff --git a/cling/src/build/unix/makepchinput.py b/cling/src/build/unix/makepchinput.py index 2fc9a560..42c4bdc2 100755 --- a/cling/src/build/unix/makepchinput.py +++ b/cling/src/build/unix/makepchinput.py @@ -168,7 +168,8 @@ def getSTLIncludes(): "bit", "compare", "concepts", - "coroutine", + # drop coroutine for now as it requires -fcoroutines on Linux/gcc + # "coroutine", "format", "latch", "numbers",