Skip to content

Support any number of flags in UVLOOP_OPT_CFLAGS#630

Merged
fantix merged 2 commits intoMagicStack:masterfrom
mgorny:multi-opt-flags
May 4, 2026
Merged

Support any number of flags in UVLOOP_OPT_CFLAGS#630
fantix merged 2 commits intoMagicStack:masterfrom
mgorny:multi-opt-flags

Conversation

@mgorny
Copy link
Copy Markdown
Contributor

@mgorny mgorny commented Sep 20, 2024

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 and others added 2 commits September 20, 2024 14:40
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`.
@fantix fantix merged commit 963a5f3 into MagicStack:master May 4, 2026
15 of 16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants