Skip to content

Commit e66ebc0

Browse files
committed
Enable CONFIG_EXPERIMENTAL_MMAP_DEC by default
1 parent ac0cd98 commit e66ebc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/deemon/api.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ __pragma_GCC_diagnostic_ignored(Wstringop_overread)
497497
#define CONFIG_NO_EXPERIMENTAL_MMAP_DEC
498498
#elif (!defined(CONFIG_EXPERIMENTAL_MMAP_DEC) && \
499499
!defined(CONFIG_NO_EXPERIMENTAL_MMAP_DEC))
500-
#if 0 /* TODO: Implementation is complete -- do testing in different environments, then enable by default */
500+
#if 1 /* TODO: Implementation is complete -- do testing in different environments, then enable by default */
501501
#define CONFIG_EXPERIMENTAL_MMAP_DEC
502502
#else
503503
#define CONFIG_NO_EXPERIMENTAL_MMAP_DEC

0 commit comments

Comments
 (0)