Commit 963a5f3
authored
Support any number of flags in UVLOOP_OPT_CFLAGS (#630)
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`.1 parent 173e88c commit 963a5f3
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
26 | | - | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| |||
0 commit comments