Open bwanaaa opened 4 years ago
cl : Command line error D8021 : invalid numeric argument '/Wextra' error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\BuildTools\\VC\\Tools\\MSVC\\14.24.28314\\bin\\HostX86\\x64\\cl.exe' failed with exit status 2
apparently from what I have read online (a dangerous thing), 'Wextra' is a unix compiler option but not in windows.
try to build with that from source.
apparently from what I have read online (a dangerous thing), 'Wextra' is a unix compiler option but not in windows.