Disable epoll by default for evloop.

This commit is contained in:
Calvin Rose 2020-10-11 15:05:27 -05:00
parent 88c1cf3ee7
commit edfb861a5f
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@
/* #define JANET_STACK_MAX 16384 */
/* #define JANET_OS_NAME my-custom-os */
/* #define JANET_ARCH_NAME pdp-8 */
#define JANET_EV_EPOLL
/* #define JANET_EV_EPOLL */
/* Main client settings, does not affect library code */
/* #define JANET_SIMPLE_GETLINE */