issues
search
lewissbaker
/
cppcoro
A library of C++ coroutine abstractions for the coroutines TS
MIT License
3.43k
stars
472
forks
source link
Add support for building under Clang and Linux
#26
Closed
lewissbaker
closed
7 years ago
lewissbaker
commented
7 years ago
Updates
config.cake
to define build variants for Linux+Clang x64 optimised/debug.
Some minor tweaks to fix compilation and limit warnings under Clang.
Debug uses
-O0
Optimised uses
-O2 -lto
lewissbaker
commented
7 years ago
Closes #3.
config.cake
to define build variants for Linux+Clang x64 optimised/debug.-O0
-O2 -lto