summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTimo Weingärtner <timo@tiwe.de>2013-04-23 18:28:33 +0200
committerTimo Weingärtner <timo@tiwe.de>2013-04-23 18:28:33 +0200
commit9d0562d22cef95b0db1af30e199a371670ca8050 (patch)
tree5312b89f87cbd28f674eb2bd46153da35e7dad28 /Makefile
parentfb3fe1b085b30fcc9defa8f29477226806db085b (diff)
downloadhadori-9d0562d22cef95b0db1af30e199a371670ca8050.tar.gz
remove hashing stuff
the cases in which that gave a speedup are rare to nonexistent
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a55a9dd..faad8fa 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@
# You should have received a copy of the GNU General Public License
# along with hadori. If not, see <http://www.gnu.org/licenses/>.
-LDFLAGS+=-lz -lboost_program_options
+LDFLAGS+=-lboost_program_options
CXXFLAGS?=-O2 -Wall
CXXFLAGS+=-std=c++0x
CPPFLAGS+=-D_FILE_OFFSET_BITS=64