update Makefile to 2.4.6

This commit is contained in:
Ondřej Hošek 2018-03-03 20:17:08 +01:00
parent b2837fe8b4
commit f9f11b97c9
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
CXX = g++
AR = ar
RANLIB = ranlib
HLLIB_VERS = 2.4.5
HLLIB_VERS = 2.4.6
LDFLAGS = -shared -Wl,-soname,libhl.so.2
CXXFLAGS = -O2 -g -fpic -funroll-loops -fvisibility=hidden -std=c++11 -Wall
PREFIX = /usr/local