pyrocksdb
pyrocksdb copied to clipboard
Cant install package on Windows 7 - cl.exe does not understand /Wextra compiler flag
Last night I tried to install pyrocks on a Windows 7 machine and I ran into a problem - linker says invalid numeric argument /Wextra
. Seems like VC compiler does not support this flag.
There's a possibility some other flags aren't accepted too.
If I manage to make it work on Windows, will you accept a PR?