Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/wwylab/MuSE
Browse files Browse the repository at this point in the history
  • Loading branch information
jiyunmaths committed Jun 8, 2023
2 parents afe6322 + 105c5be commit a78acd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ COMMONFLAGS += $(INCLUDES)
CXXFLAGS += $(COMMONFLAGS)
CFLAGS += $(COMMONFLAGS)
CPPFLAGS += $(COMMONFLAGS)
COMMONLIBS= -Llib/ -lz -lm -lpthread -lbz2 -lcurl -lcrypto -llzma
COMMONLIBS= -Llib/ -lz -lm -lpthread -lbz2 -lcurl -lcrypto -llzma -fopenmp

#LIBS += $(COMMONLIBS) -ltcmalloc
LIBS += $(COMMONLIBS)
Expand Down

0 comments on commit a78acd7

Please sign in to comment.