Skip to content

Commit

Permalink
makefile: try adding both -lomp and manual path
Browse files Browse the repository at this point in the history
  • Loading branch information
nadimkobeissi committed Oct 11, 2023
1 parent 55449b7 commit 2057c41
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 @@ -22,7 +22,7 @@ endif
CXX := g++
AS := nasm
CXXFLAGS := -std=c++17 -Wall -pthread -flarge-source-files -Wno-unused-label -rdynamic -mavx2 $(GRPCPP_FLAGS) #-Wfatal-errors
LDFLAGS := -lprotobuf -lsodium -lgpr -lpthread -lpqxx -lpq -lgmp -lstdc++ -lgmpxx -lsecp256k1 -lcrypto -luuid -fopenmp $(GRPCPP_LIBS) $(ABSL_LIBS) -L$(LIBOMP)
LDFLAGS := -lprotobuf -lsodium -lgpr -lpthread -lpqxx -lpq -lgmp -lstdc++ -lgmpxx -lsecp256k1 -lcrypto -luuid -fopenmp -lomp $(GRPCPP_LIBS) $(ABSL_LIBS) -L$(LIBOMP)
CFLAGS := -fopenmp
ASFLAGS := -felf64

Expand Down

0 comments on commit 2057c41

Please sign in to comment.