Skip to content

Commit

Permalink
add Macros LD_STLSORT
Browse files Browse the repository at this point in the history
  • Loading branch information
wwyf committed Apr 18, 2019
1 parent 2070fa8 commit bd54a1a
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
Expand Up @@ -17,7 +17,7 @@ else
CFLAGS=-g3 -W -Wall -Wno-unused-but-set-variable -O4 -DTIMESTAMP="$(TIMESTAMP)" -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -mpopcnt -msse4.2 -mavx
# CFLAGS=-g3 -W -Wall -Wno-unused-but-set-variable -O4 -DTIMESTAMP="$(TIMESTAMP)" -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -mpopcnt -msse4.2 -D HCH_TIMER
endif

CFLAGS+= -DLT_STLSORT

GLIBS=-lm -lrt -lpthread -lz -L./ -llt_sort
GENERIC_SRC=mem_share.h chararray.h sort.h list.h pgzf.h sort.h list.h dna.h thread.h filereader.h filewriter.h bitvec.h bit2vec.h bitsvec.h hashset.h
Expand All @@ -43,7 +43,7 @@ pgzf: mem_share.h sort.h list.h thread.h pgzf.h pgzf.c

lt_sort.o:lt_sort.cpp
$(CX) $(CFLAGS) -c lt_sort.cpp -lm -lrt -lpthread -lz -std=c++11

ltsort.a:lt_sort.o
ar -crv liblt_sort.a lt_sort.o
clean:
Expand Down

0 comments on commit bd54a1a

Please sign in to comment.