mirror of
https://github.com/google/snappy.git
synced 2024-11-27 02:44:30 +00:00
c9f9edf6d7
Don't pass -Wno-sign-compare on Windows. Add a #define HAVE_WINDOWS_H if _WIN32 is defined. Don't assume sys/uio.h is available on Windows. PiperOrigin-RevId: 524416809
3 lines
65 B
Plaintext
3 lines
65 B
Plaintext
# googletest requires C++14 or above
|
|
build --cxxopt='-std=c++17'
|