stephan-hof / pyrocksdb

Python bindings for RocksDB
BSD 3-Clause "New" or "Revised" License
150 stars 169 forks source link

Cant install package on Windows 7 - cl.exe does not understand /Wextra compiler flag #41

Open chester89 opened 8 years ago

chester89 commented 8 years ago

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?