]> git.llucax.com Git - software/eventxx.git/commitdiff
Don't use the EVENT_BASE_FREE_FIX as default in the tests.
authorLeandro Lucarella <llucax+eventxx@gmail.com>
Mon, 29 Jan 2007 00:21:16 +0000 (00:21 +0000)
committerLeandro Lucarella <llucax+eventxx@gmail.com>
Mon, 29 Jan 2007 00:21:16 +0000 (00:21 +0000)
test/Makefile

index be01b69798139124715916993e5b7299b617d45a..4beddbfbb4112e004a7b51aa552ce050eac60a9b 100644 (file)
@@ -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 \