From 612fae593d162ee3a0d77287c15127450eac4ae0 Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Mon, 29 Jan 2007 00:21:16 +0000 Subject: [PATCH] Don't use the EVENT_BASE_FREE_FIX as default in the tests. --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile b/test/Makefile index be01b69..4beddbf 100644 --- a/test/Makefile +++ b/test/Makefile @@ -2,7 +2,7 @@ CXXFLAGS=-I.. -g -Wall # Uncomment this if you have a fixed event_base_free(). # See http://www.mail-archive.com/libevent-users@monkey.org/msg00112.html -CXXFLAGS+=-DEVENT_BASE_FREE_FIX +#CXXFLAGS+=-DEVENT_BASE_FREE_FIX LDFLAGS=-levent targets=bench test-eof test-time test-weof trivial c-way functor-way \ -- 2.43.0