Add missing -fopenmp LDFLAG

This commit is contained in:
Tomasz Sobczyk
2020-09-13 02:06:33 +02:00
parent fbae6604b1
commit 72164ba59c

View File

@@ -309,6 +309,7 @@ endif
### 3.1 Selecting compiler (default = gcc)
CXXFLAGS += -g -Wall -Wcast-qual -fno-exceptions -std=c++17 -fopenmp -I. $(EXTRACXXFLAGS)
LDFLAGS += -fopenmp
DEPENDFLAGS += -std=c++17 -I. $(EXTRALDFLAGS)
ifeq ($(COMP),)