uvloop
uvloop copied to clipboard
Support any number of flags in UVLOOP_OPT_CFLAGS
Use shlex.split() to split the flags in UVLOOP_OPT_FLAGS, permitting the user to pass any number of flags rather than exactly one. This can be used e.g. to pass -O2 -flto.