We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
CONFIG_EXPERIMENTAL_MMAP_DEC
1 parent ac0cd98 commit e66ebc0Copy full SHA for e66ebc0
include/deemon/api.h
@@ -497,7 +497,7 @@ __pragma_GCC_diagnostic_ignored(Wstringop_overread)
497
#define CONFIG_NO_EXPERIMENTAL_MMAP_DEC
498
#elif (!defined(CONFIG_EXPERIMENTAL_MMAP_DEC) && \
499
!defined(CONFIG_NO_EXPERIMENTAL_MMAP_DEC))
500
-#if 0 /* TODO: Implementation is complete -- do testing in different environments, then enable by default */
+#if 1 /* TODO: Implementation is complete -- do testing in different environments, then enable by default */
501
#define CONFIG_EXPERIMENTAL_MMAP_DEC
502
#else
503
0 commit comments