uvloop icon indicating copy to clipboard operation
uvloop copied to clipboard

Support any number of flags in UVLOOP_OPT_CFLAGS

Open mgorny opened this issue 5 months ago • 0 comments

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.

mgorny avatar Sep 20 '24 12:09 mgorny