Skip to content

Commit

Permalink
Makefile.conf.template: disable HP_MALLOC from the default setup
Browse files Browse the repository at this point in the history
  • Loading branch information
liviuchircu committed Mar 20, 2014
1 parent 56b325b commit 1c7f225
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.conf.template
Expand Up @@ -64,7 +64,7 @@ DEFS+= -DDISABLE_NAGLE #Disabled the TCP NAgle Algorithm ( lower delay )
DEFS+= -DSTATISTICS #Enables the statistics manager
DEFS+= -DCHANGEABLE_DEBUG_LEVEL #Enables support for changeable debug level at runtime
DEFS+= -DHAVE_RESOLV_RES #Support for changing some of the resolver parameters
DEFS+= -DHP_MALLOC #High performance allocator with fine-grained locking
#DEFS+= -DHP_MALLOC #High performance allocator with fine-grained locking
DEFS+= -DF_MALLOC #An even faster allocator. Not recommended for debugging
DEFS+= -DUSE_TCP #Compiles in TCP support
#DEFS+= -DUSE_TLS #Compiles in TLS support
Expand Down

0 comments on commit 1c7f225

Please sign in to comment.