Skip to content

Commit 0623e9e

Browse files
committed
Revert "Turn on memory profiling so that it is tested"
This reverts commit 5f5afbe. We need this off by default. The necessary testing has been done.
1 parent 8869953 commit 0623e9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,11 +113,11 @@ ecbuild_add_option( FEATURE OUTPUT_MANAGER_TOOL
113113
DESCRIPTION "Enable generation of standalone tool" )
114114

115115
ecbuild_add_option( FEATURE MULTIO_SERVER_MEMORY_PROFILE
116-
DEFAULT ON
116+
DEFAULT OFF
117117
DESCRIPTION "Enable multio server memory profiling" )
118118

119119
ecbuild_add_option( FEATURE MULTIO_CLIENT_MEMORY_PROFILE
120-
DEFAULT ON
120+
DEFAULT OFF
121121
DESCRIPTION "Enable multio client memory profiling" )
122122

123123
### export package info

0 commit comments

Comments
 (0)