.bazelrc 708 B

123456789101112131415161718192021222324
  1. build --copt=-std=c99
  2. build --cxxopt=-std=c++11
  3. build --define BUILD_SHARED=ON
  4. build --define BUILD_STATIC=ON
  5. build --define BUILD_EXAMPLES=ON
  6. build --define BUILD_UNITTEST=OFF
  7. build --define WITH_PROTOCOL=OFF
  8. build --define WITH_EVPP=ON
  9. build --define WITH_HTTP=ON
  10. build --define WITH_HTTP_SERVER=ON
  11. build --define WITH_HTTP_CLIENT=ON
  12. build --define WITH_MQTT=OFF
  13. build --define ENABLE_UDS=OFF
  14. build --define USE_MULTIMAP=OFF
  15. build --define WITH_CURL=OFF
  16. build --define WITH_NGHTTP2=OFF
  17. build --define WITH_OPENSSL=OFF
  18. build --define WITH_GNUTLS=OFF
  19. build --define WITH_MBEDTLS=OFF
  20. build --define WITH_KCP=OFF
  21. build --define WITH_WEPOLL=ON
  22. build --define ENABLE_WINDUMP=OFF
  23. build --define BUILD_FOR_MT=OFF