Sha256: a789ae73d85c517b540b8869181c81619b75894ce51860a71d8e06714f64e17d

Contents?: true

Size: 745 Bytes

Versions: 1

Compression:

Stored size: 745 Bytes

Contents

# Features that can be enabled for cmake (see CMakeLists.txt)

option(ENABLE_STATIC_LIB "Build as static libraries" ON)
option(ENABLE_SHARED_LIB "Build as shared libraries" ON)

option(ENABLE_WERROR    "Make compiler warnings fatal" OFF)
option(ENABLE_DEBUG     "Turn on debug output" OFF)
option(ENABLE_ASAN      "Enable AddressSanitizer (ASAN)" OFF)
option(ENABLE_JEMALLOC  "Enable Jemalloc" OFF)

option(ENABLE_GNUTLS    "Enable GnuTLS crypto backend" OFF)
option(ENABLE_OPENSSL   "Enable OpenSSL crypto backend (required for examples)" ON)
option(ENABLE_BORINGSSL "Enable BoringSSL crypto backend" OFF)
option(ENABLE_PICOTLS "Enable Picotls crypto backend" OFF)
option(ENABLE_WOLFSSL   "Enable wolfSSL crypto backend" OFF)

# vim: ft=cmake:

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
protocol-quic-0.0.0 ext/ngtcp2/CMakeOptions.txt