MasterDuke anybody who knows make or setup.pm want to figure out how to disable the vla warning just when compiling libuv? 22:12
timo my guess is we have to split up the list of targets so that libuv lives in a different list, then make separate CFLAGS variables one with and one without the vla error one 22:20
[Coke] Looks like it's not a simple fix - there is only one copy of CFLAGS in the makefile 22:25
... I was too slow. :)
Poking...
Yah, I think we'd have to split a bit to make that work. 22:29
If we have windows CI now, the original reason for adding that error flag is gone 22:30
the windows compilation will fail if it gets hit, we don't need the early warning from linux
Could also relax it to a warning
MasterDuke oh, right 22:31
fwiw, i'd rather get rid of it entirely than turn it into a warning. i'd just be a warning that's always ignored on linux
[Coke] Sure 22:32
Geth MoarVM: MasterDuke17++ created pull request #1892:
Turn off vla errors and bump libuv
22:39
[Coke] masterduke++ 22:47