Skip to content

Commit dc46a88

Browse files
committed
Build: Remove OpenMP flags from project file (moved to global pri)
1 parent de1dcd8 commit dc46a88

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/libretroshare.pro

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,6 @@ linux-* {
167167
CONFIG += link_pkgconfig
168168

169169
QMAKE_CXXFLAGS *= -D_FILE_OFFSET_BITS=64
170-
QMAKE_CXXFLAGS += -fopenmp
171-
LIBS += -fopenmp
172170
QMAKE_CC = $${QMAKE_CXX}
173171

174172
no_sqlcipher {
@@ -244,8 +242,6 @@ win32-x-g++ {
244242
################################# Windows ##########################################
245243

246244
win32-g++|win32-clang-g++ {
247-
QMAKE_CXXFLAGS += -fopenmp
248-
LIBS += -fopenmp
249245
QMAKE_CC = $${QMAKE_CXX}
250246
OBJECTS_DIR = temp/obj
251247
MOC_DIR = temp/moc

0 commit comments

Comments
 (0)