SystemCall run(block) can now exit the run if it returns false
[io/quag.git] / libs / coroutine / Makefile
blobb63cb98871fa13ba8308d1d4baae1bbe1bf34059
1 include ../../Makefile.lib
2 CFLAGS += -DBUILDING_CORO_DLL $(IOVMALLFLAGS)
4 # Manually control which coro implementation to use
5 #CFLAGS += -DUSE_UCONTEXT # preferred on OSX, Linux and friends
6 #CFLAGS += -DUSE_FIBERS # preferred on Windows
7 #CFLAGS += -DUSE_SETJMP # method of last resort