Sha256: 4d4a5bead1ddb69c49974e7acc307fee9d0de9e858a7a9c88d584bd5202b07b5
Contents?: true
Size: 470 Bytes
Versions: 5
Compression:
Stored size: 470 Bytes
Contents
// File: lzham_config.h // See Copyright Notice and license at the end of include/lzham.h #pragma once #if defined(_DEBUG) || defined(DEBUG) #define LZHAM_BUILD_DEBUG #ifndef DEBUG #define DEBUG #endif #else #define LZHAM_BUILD_RELEASE #ifndef NDEBUG #define NDEBUG #endif #ifdef DEBUG #error DEBUG cannot be defined in LZHAM_BUILD_RELEASE #endif #endif #define LZHAM_BUFFERED_PRINTF 0 #define LZHAM_PERF_SECTIONS 0
Version data entries
5 entries across 5 versions & 1 rubygems