diff options
author | Timo Weingärtner <timo@tiwe.de> | 2013-04-23 18:28:33 +0200 |
---|---|---|
committer | Timo Weingärtner <timo@tiwe.de> | 2013-04-23 18:28:33 +0200 |
commit | 9d0562d22cef95b0db1af30e199a371670ca8050 (patch) | |
tree | 5312b89f87cbd28f674eb2bd46153da35e7dad28 /Makefile | |
parent | fb3fe1b085b30fcc9defa8f29477226806db085b (diff) | |
download | hadori-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |