Completely purge the coroutine stuff from the project.

This commit is contained in:
Zed A. Shaw 2024-09-07 22:48:03 -04:00
parent 453c50c563
commit b0c9fefa9b
3 changed files with 13 additions and 28 deletions

View file

@ -32,8 +32,7 @@ executable('escape_turings_tarpit',
'builder.cpp',
'sfmlgui.cpp',
'escape_turings_tarpit.cpp'],
dependencies: dependencies,
cpp_args: '-fcoroutines')
dependencies: dependencies)
executable('regtest', 'regtest.cpp',
dependencies: [fmt])