diff options
author | David Robillard <d@drobilla.net> | 2007-08-05 06:10:36 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2007-08-05 06:10:36 +0000 |
commit | 9f14a7d7cd2c8eb29af3e6cd4b6e06b71ca8c28a (patch) | |
tree | dcc1175cc475607a3ce0d24cb4f1ce78289c9a8e /tests/Makefile.am | |
parent | 090b31c8012dab19d7666a96cb2d3c8b272bc885 (diff) | |
download | raul-9f14a7d7cd2c8eb29af3e6cd4b6e06b71ca8c28a.tar.gz raul-9f14a7d7cd2c8eb29af3e6cd4b6e06b71ca8c28a.tar.bz2 raul-9f14a7d7cd2c8eb29af3e6cd4b6e06b71ca8c28a.zip |
Added benchmark proving Raul::Table is slower than std::map and thus a useless piece of crap.
Awesome.
git-svn-id: http://svn.drobilla.net/lad/raul@678 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index f18bcc9..0829d81 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,6 +1,6 @@ if BUILD_TESTS -AM_CXXFLAGS = -I.. -lpthread @REDLAND_CFLAGS@ @GLIBMM_CFLAGS@ -DTABLE_SORT_DEBUG +AM_CXXFLAGS = -I.. -lpthread @REDLAND_CFLAGS@ @GLIBMM_CFLAGS@# -DTABLE_SORT_DEBUG ALL_LIBS = @REDLAND_LIBS@ @GLIBMM_LIBS@ ../src/libraul.la noinst_PROGRAMS = \ |