Skip to content

Commit

Permalink
go for speed not -pg
Browse files Browse the repository at this point in the history
  • Loading branch information
Reini Urban committed Apr 3, 2014
1 parent 02199d5 commit 9c22222
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
CC=g++
CFLAGS=-c -Wall -g -pg
LDFLAGS=-g -pg
CFLAGS=-O3 -c -Wall -g
LDFLAGS=-g
SOURCES=bitmap_hashmap.cc shadow_hashmap.cc probing_hashmap.cc tombstone_hashmap.cc backshift_hashmap.cc testcase.cc monitoring.cc murmurhash3.cc hamming.cc
SOURCES_MAIN=main.cc
OBJECTS=$(SOURCES:.cc=.o)
Expand Down

0 comments on commit 9c22222

Please sign in to comment.